Npgsql Api Docs

NpgsqlCopyIn.CopyBufferSize Property

Set before a COPY IN query to define size of internal buffer for reading from given CopyStream.

[Visual Basic]
Public Property CopyBufferSize As Integer
[C#]
public int CopyBufferSize {get; set;}

See Also

NpgsqlCopyIn Class | Npgsql Namespace