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


In This Topic
    Update Method
    In This Topic
    Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified System.Data.DataSet.
    Overload List
    OverloadDescription
    Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified System.Data.DataSet. (Inherited from System.Data.Common.DbDataAdapter)
    Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array in the System.Data.DataSet. (Inherited from System.Data.Common.DbDataAdapter)
    Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified System.Data.DataTable. (Inherited from System.Data.Common.DbDataAdapter)
    Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the System.Data.DataSet with the specified System.Data.DataTable name. (Inherited from System.Data.Common.DbDataAdapter)
    Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of System.Data.DataSet objects. (Inherited from System.Data.Common.DbDataAdapter)
    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