Member name | Description |
---|---|
Initializes a new instance of the ULDataAdapter class. |
Member name | Description |
---|---|
| |
| |
| |
Specifies a ULCommand object that is executed against the database when DbDataAdapter.Update(System.Data.DataSet) is called to delete rows in the database that correspond to deleted rows in the System.Data.DataSet. | |
| |
Specifies a ULCommand object that is executed against the database when DbDataAdapter.Update(System.Data.DataSet) is called to insert rows in the database that correspond to inserted rows in the System.Data.DataSet. | |
| |
| |
| |
Specifies a ULCommand that is used during System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet) or System.Data.Common.DbDataAdapter.FillSchema(System.Data.DataSet,System.Data.SchemaType) to obtain a result set from the database for copying into a System.Data.DataSet. | |
Returns a collection that provides the master mapping between a source table and a System.Data.DataTable | |
| |
Specifies a ULCommand object that is executed against the database when System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) is called to update rows in the database that correspond to updated rows in the System.Data.DataSet. |
Member name | Description |
---|---|
| |
|
Adds a |
Returns the parameters set by the user when executing a SELECT statement. | |
| |
| |
| |
|
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the |
Member name | Description |
---|---|
| |
Occurs during an update after a command is executed against the data source. When an attempt to update is made, the event fires. | |
Occurs during an update before a command is executed against the data source. When an attempt to update is made, the event fires. |