In This Topic
Determines the default value of the
FetchAll property of
PgSqlCommand instances, created via the
CreateCommand method. If the FetchAll mode is enabled,
PgSqlDataReader object retrieves all the querried data from the server on execution.
Syntax
'Declaration
Public Property DefaultFetchAll As Boolean
public bool DefaultFetchAll {get; set;}
Property Value
If
true,
PgSqlDataReader object retrieves all the querried data from the server when executing a
PgSqlCommand instance, created via the
CreateCommand method.
See Also