Npgsql Api Docs

NpgsqlCopyOut Methods

The methods of the NpgsqlCopyOut class are listed below. For a complete list of NpgsqlCopyOut class members, see the NpgsqlCopyOut Members topic.

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