VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class / Fill Method


In This Topic
    Fill Method
    In This Topic
    Adds or refreshes rows in the System.Data.DataSet.
    Overload List
    OverloadDescription
    Adds or refreshes rows in the System.Data.DataSet. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in the System.Data.DataSet to match those in the data source using the System.Data.DataSet and System.Data.DataTable names. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in a specified range in the System.Data.DataSet to match those in the data source using the System.Data.DataSet and System.Data.DataTable names. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in a specified range in the System.Data.DataSet to match those in the data source using the System.Data.DataSet and source table names, command string, and command behavior. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in a specified range in the System.Data.DataSet to match those in the data source using the System.Data.DataTable name. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in a System.Data.DataTable to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in a System.Data.DataTable to match those in the data source using the specified System.Data.DataTable, System.Data.IDbCommand and System.Data.CommandBehavior. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in a specified range in the System.Data.DataSet to match those in the data source using the System.Data.DataSet and System.Data.DataTable names. (Inherited from System.Data.Common.DbDataAdapter)
    Adds or refreshes rows in a specified range in the System.Data.DataSet to match those in the data source using the System.Data.DataSet and System.Data.DataTable names. (Inherited from System.Data.Common.DataAdapter)
    Adds or refreshes rows in the System.Data.DataTable to match those in the data source using the System.Data.DataTable name and the specified System.Data.IDataReader. (Inherited from System.Data.Common.DataAdapter)
    Adds or refreshes rows in a specified range in the collection of System.Data.DataTable objects to match those in the data source. (Inherited from System.Data.Common.DataAdapter)
    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