Npgsql Api Docs

NpgsqlCopyIn Class

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

[Visual Basic]
Public Class NpgsqlCopyIn
[C#]
public class NpgsqlCopyIn

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

NpgsqlCopyIn Members | Npgsql Namespace