SqlCeDataAdapter Members
Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source.
The SqlCeDataAdapter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SqlCeDataAdapter() () () () | Initializes a new instance of the SqlCeDataAdapter class. |
![]() |
SqlCeDataAdapter(SqlCeCommand) | Initializes a new instance of the SqlCeDataAdapter class with the specified SqlCeCommand as the SelectCommand property. |
![]() |
SqlCeDataAdapter(String, SqlCeConnection) | Initializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a SqlCeConnection object. |
![]() |
SqlCeDataAdapter(String, String) | Initializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a connection string. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
![]() |
AcceptChangesDuringFill | (inherited from DataAdapter) |
![]() |
AcceptChangesDuringUpdate | (inherited from DataAdapter) |
![]() |
CanRaiseEvents | (inherited from Component) |
![]() |
Container | (inherited from Component) |
![]() |
ContinueUpdateOnError | (inherited from DataAdapter) |
![]() |
DeleteCommand | Gets or sets an SQL statement for deleting records from the data set. |
![]() |
DesignMode | (inherited from Component) |
![]() |
Events | (inherited from Component) |
![]() |
FillCommandBehavior | (inherited from DbDataAdapter) |
![]() |
FillLoadOption | (inherited from DataAdapter) |
![]() |
InsertCommand | Gets or sets an SQL statement used to insert new records into the data source. |
![]() |
MissingMappingAction | (inherited from DataAdapter) |
![]() |
MissingSchemaAction | (inherited from DataAdapter) |
![]() |
ReturnProviderSpecificTypes | (inherited from DataAdapter) |
![]() |
SelectCommand | Gets or sets an SQL statement used to select records in the data source. |
![]() |
Site | (inherited from Component) |
![]() |
TableMappings | (inherited from DataAdapter) |
![]() |
UpdateBatchSize | (inherited from DbDataAdapter) |
![]() |
UpdateCommand | Gets or sets an SQL statement used to update records in the data source. |
Top
Events
Name | Description | |
---|---|---|
![]() |
Disposed | (inherited from Component) |
![]() |
FillError | (inherited from DataAdapter) |
![]() |
RowUpdated | Occurs during a call to Update after an update command is executed against the data source. The attempt to update is made and then this event fires. |
![]() |
RowUpdating | Occurs during a call to Update before an update command is executed against the data source. The attempt to update is made, and then this event fires. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICloneable. . :: . .Clone() () () () | |
![]() ![]() |
IDbDataAdapter. . :: . .DeleteCommand | (inherited from DbDataAdapter) |
![]() ![]() |
IDbDataAdapter. . :: . .InsertCommand | (inherited from DbDataAdapter) |
![]() ![]() |
IDbDataAdapter. . :: . .SelectCommand | (inherited from DbDataAdapter) |
![]() ![]() |
IDataAdapter. . :: . .TableMappings | (inherited from DataAdapter) |
![]() ![]() |
IDbDataAdapter. . :: . .UpdateCommand | (inherited from DbDataAdapter) |
Top