Npgsql Api Docs

NpgsqlCopySerializer Class

Writes given objects into a stream for PostgreSQL COPY in default copy format (not CSV or BINARY).

For a list of all members of this type, see NpgsqlCopySerializer Members.

System.Object
   Npgsql.NpgsqlCopySerializer

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

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

NpgsqlCopySerializer Members | Npgsql Namespace