Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a set of data commands and a database connection that are used to fill the DataSet and update the data source.
The following tables list the members exposed by the SqlCeDataAdapter type.
Public Constructors
Name | Description | |
---|---|---|
SqlCeDataAdapter | Overloaded. Initializes a new instance of the SqlCeDataAdapter class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
![]() |
AcceptChangesDuringFill | (inherited from DataAdapter ) |
![]() |
AcceptChangesDuringUpdate | (inherited from DataAdapter ) |
![]() |
Container | (inherited from Component ) |
![]() |
ContinueUpdateOnError | (inherited from DataAdapter ) |
![]() |
DeleteCommand | Gets or sets an SQL statement for deleting records from the data set. |
![]() |
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
Protected Properties
Name | Description | |
---|---|---|
![]() |
CanRaiseEvents | (inherited from Component ) |
![]() |
DesignMode | (inherited from Component ) |
![]() |
Events | (inherited from Component ) |
![]() |
FillCommandBehavior | (inherited from DbDataAdapter ) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Dispose | Overloaded. (inherited from DbDataAdapter ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
Fill | Overloaded. (inherited from DbDataAdapter ) |
![]() |
FillSchema | Overloaded. (inherited from DbDataAdapter ) |
![]() |
GetFillParameters | (inherited from DbDataAdapter ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ResetFillLoadOption | (inherited from DataAdapter ) |
![]() |
ShouldSerializeAcceptChangesDuringFill | (inherited from DataAdapter ) |
![]() |
ShouldSerializeFillLoadOption | (inherited from DataAdapter ) |
![]() |
ToString | (inherited from Component ) |
![]() |
Update | Overloaded. (inherited from DbDataAdapter ) |
Top
Protected Methods
Top
Public 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 | |
---|---|---|
System.ICloneable.Clone | ||
System.Data.IDataAdapter.TableMappings | (inherited from DataAdapter ) | |
System.Data.IDbDataAdapter.DeleteCommand | (inherited from DbDataAdapter ) | |
System.Data.IDbDataAdapter.InsertCommand | (inherited from DbDataAdapter ) | |
System.Data.IDbDataAdapter.SelectCommand | (inherited from DbDataAdapter ) | |
System.Data.IDbDataAdapter.UpdateCommand | (inherited from DbDataAdapter ) |
Top
See Also
Reference
SqlCeDataAdapter Class
System.Data.SqlServerCe Namespace
SqlCeConnection Class
SqlCeCommand Class
DataSet
DataTable