Member name | Description |
---|---|
Initializes a new instance of the ULDataAdapter class. |
Member name | Description |
---|---|
AcceptChangesDuringFill (inherited from DataAdapter) |
Gets or sets a value indicating whether DataRow.AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations. |
AcceptChangesDuringUpdate (inherited from DataAdapter) |
Gets or sets whether DataRow.AcceptChanges is called during a DataAdapter.Update. |
ContinueUpdateOnError (inherited from DataAdapter) |
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. |
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. |
|
FillLoadOption (inherited from DataAdapter) |
Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader. |
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. |
|
MissingMappingAction (inherited from DataAdapter) |
Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction (inherited from DataAdapter) |
Determines the action to take when existing DataSet schema does not match incoming data. |
ReturnProviderSpecificTypes (inherited from DataAdapter) |
Gets or sets whether the DataAdapter.Fill should return provider-specific values or common CLS-compliant values. |
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 |
|
UpdateBatchSize (inherited from DbDataAdapter) |
Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. |
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 |
---|---|
Fill (inherited from DbDataAdapter) |
|
FillSchema (inherited from DbDataAdapter) |
Adds a DataTable to a DataSet and configures the schema to match that in the data source. |
Returns the parameters set by the user when executing a SELECT statement. |
|
ResetFillLoadOption (inherited from DataAdapter) |
Resets DataAdapter.FillLoadOption to its default state and causes DataAdapter.Fill to honor DataAdapter.AcceptChangesDuringFill. |
ShouldSerializeAcceptChangesDuringFill (inherited from DataAdapter) |
Determines whether the DataAdapter.AcceptChangesDuringFill should be persisted. |
ShouldSerializeFillLoadOption (inherited from DataAdapter) |
Determines whether the DataAdapter.FillLoadOption should be persisted. |
Update (inherited from DbDataAdapter) |
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. |
Member name | Description |
---|---|
FillError (inherited from DataAdapter) |
Returned when an error occurs during a fill operation. |
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. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |