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