AdpDataAdapter | Overloaded. Initializes a new instance of the AdpDataAdapter class. |
DeleteCommand | Gets or sets a Transact-SQL statement or stored procedure to delete records from the data set. |
InsertCommand | Gets or sets a Transact-SQL statement or stored procedure to insert new records into the data source. |
MissingMappingAction | Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data. |
SelectCommand | Gets or sets a Transact-SQL statement or stored procedure used to select records in the data source. |
TableMappings | Gets a collection that provides the master mapping between a source table and a DataTable. |
UpdateCommand | Gets or sets a Transact-SQL statement or stored procedure used to update records in the data source. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Fill | Overloaded. Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table". |
FillSchema | Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType. |
GetFillParameters | Gets the parameters set by the user when executing an SQL SELECT statement. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Update | Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
AdpDataAdapter Class | Advanced.Data.Provider Namespace