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