Npgsql Api Docs

NpgsqlConnection.PreloadReader Property

Whether datareaders are loaded in their entirety (for compatibility with earlier code).

[Visual Basic]
Public ReadOnly Property PreloadReader As Boolean
[C#]
public bool PreloadReader {get;}

See Also

NpgsqlConnection Class | Npgsql Namespace