Represents a PostgreSQL COPY FROM STDIN operation with a corresponding SQL statement to execute against a PostgreSQL database and an associated stream used to read data from (if provided by user) or for writing it (when generated by driver). Eg. new NpgsqlCopyIn("COPY mytable FROM STDIN", connection, streamToRead).Start();
For a list of all members of this type, see NpgsqlCopyIn Members.
System.Object
Npgsql.NpgsqlCopyIn
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Npgsql
Assembly: Npgsql (in )
NpgsqlCopyIn Members | Npgsql Namespace