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 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 | Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations.(Inherited from DataAdapter.) | |
AcceptChangesDuringUpdate | Gets or sets whether AcceptChanges is called during a Update.(Inherited from DataAdapter.) | |
ContinueUpdateOnError | Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.(Inherited from DataAdapter.) | |
DeleteCommand | Gets or sets an SQL statement for deleting records from the data set. | |
FillLoadOption | Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.(Inherited from DataAdapter.) | |
InsertCommand | Gets or sets an SQL statement used 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.(Inherited from DataAdapter.) | |
MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data.(Inherited from DataAdapter.) | |
ReturnProviderSpecificTypes | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.(Inherited from DataAdapter.) | |
SelectCommand | Gets or sets an SQL statement used to select records in the data source. | |
Site | Gets or sets the ISite of the Component.(Inherited from Component.) | |
TableMappings | Gets a collection that provides the master mapping between a source table and a DataTable.(Inherited from DataAdapter.) | |
UpdateBatchSize | 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. (Inherited from DbDataAdapter.) | |
UpdateCommand | Gets or sets an SQL statement used to update records in the data source. |
Top
Protected Properties
Name | Description | |
---|---|---|
Events | Gets the list of event handlers that are attached to this Component.(Inherited from Component.) | |
FillCommandBehavior | Gets or sets the behavior of the command used to fill the data adapter.(Inherited from DbDataAdapter.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the unmanaged resources used by the DbDataAdapter. (Inherited from DbDataAdapter.) | |
Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) | |
Fill | Overloaded. Fills a DataSet or a DataTable. (Inherited from DbDataAdapter.) | |
FillSchema | Overloaded. Adds a DataTable to a DataSet and configures the schema to match that in the data source. (Inherited from DbDataAdapter.) | |
GetFillParameters | Gets the parameters set by the user when executing an SQL SELECT statement. (Inherited from DbDataAdapter.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) | |
ResetFillLoadOption | Resets FillLoadOption to its default state and causes Fill to honor AcceptChangesDuringFill. (Inherited from DataAdapter.) | |
ShouldSerializeAcceptChangesDuringFill | Determines whether the AcceptChangesDuringFill property should be persisted. (Inherited from DataAdapter.) | |
ShouldSerializeFillLoadOption | Determines whether the FillLoadOption property should be persisted. (Inherited from DataAdapter.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
Update | Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. (Inherited from DbDataAdapter.) |
Top
Protected Methods
Name | Description | |
---|---|---|
AddToBatch | Adds a IDbCommand to the current batch. (Inherited from DbDataAdapter.) | |
ClearBatch | Removes all IDbCommand objects from the batch. (Inherited from DbDataAdapter.) | |
CloneInternals | Creates a copy of this instance of DataAdapter. (Inherited from DataAdapter.) | |
CreateRowUpdatedEvent | Initializes a new instance of the RowUpdatedEventArgs class. (Inherited from DbDataAdapter.) | |
CreateRowUpdatingEvent | Initializes a new instance of the RowUpdatingEventArgs class. (Inherited from DbDataAdapter.) | |
CreateTableMappings | Creates a new DataTableMappingCollection. (Inherited from DataAdapter.) | |
Dispose | Overloaded. Releases the unmanaged resources used by the DbDataAdapter. (Inherited from DbDataAdapter.) | |
ExecuteBatch | Executes the current batch. (Inherited from DbDataAdapter.) | |
Fill | Overloaded. Fills a DataSet or a DataTable. (Inherited from DbDataAdapter.) | |
FillSchema | Overloaded. Adds a DataTable to a DataSet and configures the schema to match that in the data source. (Inherited from DbDataAdapter.) | |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from Component.) | |
GetBatchedParameter | Returns a IDataParameter from one of the commands in the current batch. (Inherited from DbDataAdapter.) | |
HasTableMappings | Indicates whether a DataTableMappingCollection has been created. (Inherited from DataAdapter.) | |
InitializeBatching | Initializes batching for the DbDataAdapter. (Inherited from DbDataAdapter.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnFillError | Invoked when an error occurs during a Fill. (Inherited from DataAdapter.) | |
OnRowUpdated | Raises the RowUpdated event of a .NET Framework data provider. (Inherited from DbDataAdapter.) | |
OnRowUpdating | Raises the RowUpdating event of a .NET Framework data provider. (Inherited from DbDataAdapter.) | |
ShouldSerializeTableMappings | Determines whether one or more DataTableMapping objects exist and they should be persisted. (Inherited from DataAdapter.) | |
TerminateBatching | Ends batching for the DbDataAdapter. (Inherited from DbDataAdapter.) | |
Update | Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. (Inherited from DbDataAdapter.) |
Top
Public Events
Name | Description | |
---|---|---|
Disposed | Adds an event handler to listen to the Disposed event on the component.(Inherited from Component.) | |
FillError | Returned when an error occurs during a fill operation.(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
Top
See Also
Reference
SqlCeDataAdapter Class
System.Data.SqlServerCe Namespace
SqlCeConnection Class
SqlCeCommand Class
DataSet Class
DataTable Class