Npgsql Api Docs

NpgsqlCopyOut Members

NpgsqlCopyOut overview

Public Instance Constructors

NpgsqlCopyOut Overloaded. Initializes a new instance of the NpgsqlCopyOut class.

Public Instance Properties

CopyStream The stream provided by user or generated upon Start()
FieldCount Returns number of fields if this operation is currently active, otherwise -1
IsActive Returns true if the connection is currently reserved for this operation.
IsBinary Returns true if this operation is currently active and in binary format.
NpgsqlCommand The Command used to execute this copy operation.
Read Faster alternative to using the generated CopyStream.

Public Instance Methods

End Flush generated CopyStream at once. Effectively reads and discard all the rest of copy data from server.
Equals (inherited from Object) 
FieldIsBinary Returns true if this operation is currently active and field at given location is in binary format.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Start Command specified upon creation is executed as a non-query. If CopyStream is set upon creation, all copy data from server will be written to it, and operation will be finished immediately. Otherwise the CopyStream member can be used for reading copy data from server until no more data is available.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

NpgsqlCopyOut Class | Npgsql Namespace