Npgsql Api Docs

NpgsqlCopyIn Methods

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

Public Instance Methods

Cancel Withdraws an already started copy operation. The operation will fail with given error message. Will do nothing if current operation is not active.
End Called after writing all data to CopyStream to successfully complete this copy operation.
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, it will be flushed to server as copy data, and operation will be finished immediately. Otherwise the CopyStream member can be used for writing copy data to server and operation finished with a call to End() or Cancel().
ToString (inherited from Object) 

Protected Instance Methods

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

See Also

NpgsqlCopyIn Class | Npgsql Namespace