The methods of the NpgsqlCopyIn class are listed below. For a complete list of NpgsqlCopyIn class members, see the NpgsqlCopyIn Members topic.
![]() | Withdraws an already started copy operation. The operation will fail with given error message. Will do nothing if current operation is not active. |
![]() | Called after writing all data to CopyStream to successfully complete this copy operation. |
![]() | |
![]() | Returns true if this operation is currently active and field at given location is in binary format. |
![]() | |
![]() | |
![]() | 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(). |
![]() |
![]() | |
![]() |
NpgsqlCopyIn Class | Npgsql Namespace