dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / DefaultFetchAll Property

DefaultFetchAll Property
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
 

Property Value

If true, PgSqlDataReader object retrieves all the querried data from the server when executing a PgSqlCommand instance, created via the CreateCommand method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also