FetchAll Property (PgSqlCursor)
Gets or sets a value indicating whether the
PgSqlDataReader object will request data from the server on execution
ExecuteReader method.
public bool FetchAll {get; set;}
'Declaration
Public Property FetchAll As Boolean
Property Value
true, if the
PgSqlDataReader object will request data from the server on execution
ExecuteReader; otherwise
false. The default value is
true.