Share via


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
Public method SqlCeDataAdapter() () () () Initializes a new instance of the SqlCeDataAdapter class.
Public method SqlCeDataAdapter(SqlCeCommand) Initializes a new instance of the SqlCeDataAdapter class with the specified SqlCeCommand as the SelectCommand property.
Public method SqlCeDataAdapter(String, SqlCeConnection) Initializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a SqlCeConnection object.
Public method SqlCeDataAdapter(String, String) Initializes a new instance of the SqlCeDataAdapter class with a SelectCommand and a connection string.

Top

Methods

  Name Description
Protected method AddToBatch(IDbCommand) (inherited from DbDataAdapter)
Protected method ClearBatch() () () () (inherited from DbDataAdapter)
Protected method CloneInternals() () () () Obsolete. (inherited from DataAdapter)
Public method CreateObjRef(Type) (inherited from MarshalByRefObject)
Protected method CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping) (inherited from DbDataAdapter)
Protected method CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping) (inherited from DbDataAdapter)
Protected method CreateTableMappings() () () () (inherited from DataAdapter)
Public method Dispose() () () () (inherited from Component)
Protected method Dispose(Boolean) (inherited from DbDataAdapter)
Public method Equals(Object) (inherited from Object)
Protected method ExecuteBatch() () () () (inherited from DbDataAdapter)
Public method Fill(DataSet) (inherited from DbDataAdapter)
Public method Fill(DataTable) (inherited from DbDataAdapter)
Public method Fill(DataSet, String) (inherited from DbDataAdapter)
Protected method Fill(DataTable, IDataReader) (inherited from DataAdapter)
Public method Fill(Int32, Int32, array<DataTable> [] () [] []) (inherited from DbDataAdapter)
Protected method Fill(DataTable, IDbCommand, CommandBehavior) (inherited from DbDataAdapter)
Public method Fill(DataSet, Int32, Int32, String) (inherited from DbDataAdapter)
Protected method Fill(array<DataTable> [] () [] [], IDataReader, Int32, Int32) (inherited from DataAdapter)
Protected method Fill(array<DataTable> [] () [] [], Int32, Int32, IDbCommand, CommandBehavior) (inherited from DbDataAdapter)
Protected method Fill(DataSet, String, IDataReader, Int32, Int32) (inherited from DataAdapter)
Protected method Fill(DataSet, Int32, Int32, String, IDbCommand, CommandBehavior) (inherited from DbDataAdapter)
Public method FillSchema(DataTable, SchemaType) (inherited from DbDataAdapter)
Public method FillSchema(DataSet, SchemaType) (inherited from DbDataAdapter)
Public method FillSchema(DataSet, SchemaType, String) (inherited from DbDataAdapter)
Protected method FillSchema(DataTable, SchemaType, IDataReader) (inherited from DataAdapter)
Protected method FillSchema(DataTable, SchemaType, IDbCommand, CommandBehavior) (inherited from DbDataAdapter)
Protected method FillSchema(DataSet, SchemaType, String, IDataReader) (inherited from DataAdapter)
Protected method FillSchema(DataSet, SchemaType, IDbCommand, String, CommandBehavior) (inherited from DbDataAdapter)
Protected method Finalize() () () () (inherited from Component)
Protected method GetBatchedParameter(Int32, Int32) (inherited from DbDataAdapter)
Protected method GetBatchedRecordsAffected(Int32, Int32%, Exception%) (inherited from DbDataAdapter)
Public method GetFillParameters() () () () (inherited from DbDataAdapter)
Public method GetHashCode() () () () (inherited from Object)
Public method GetLifetimeService() () () () (inherited from MarshalByRefObject)
Protected method GetService(Type) (inherited from Component)
Public method GetType() () () () (inherited from Object)
Protected method HasTableMappings() () () () (inherited from DataAdapter)
Protected method InitializeBatching() () () () (inherited from DbDataAdapter)
Public method InitializeLifetimeService() () () () (inherited from MarshalByRefObject)
Protected method MemberwiseClone() () () () (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Protected method OnFillError(FillErrorEventArgs) (inherited from DataAdapter)
Protected method OnRowUpdated(RowUpdatedEventArgs) (inherited from DbDataAdapter)
Protected method OnRowUpdating(RowUpdatingEventArgs) (inherited from DbDataAdapter)
Public method ResetFillLoadOption() () () () (inherited from DataAdapter)
Public method ShouldSerializeAcceptChangesDuringFill() () () () (inherited from DataAdapter)
Public method ShouldSerializeFillLoadOption() () () () (inherited from DataAdapter)
Protected method ShouldSerializeTableMappings() () () () (inherited from DataAdapter)
Protected method TerminateBatching() () () () (inherited from DbDataAdapter)
Public method ToString() () () () (inherited from Component)
Public method Update(DataSet) (inherited from DbDataAdapter)
Public method Update(array<DataRow> [] () [] []) (inherited from DbDataAdapter)
Public method Update(DataTable) (inherited from DbDataAdapter)
Public method Update(DataSet, String) (inherited from DbDataAdapter)
Protected method Update(array<DataRow> [] () [] [], DataTableMapping) (inherited from DbDataAdapter)

Top

Properties

  Name Description
Public property AcceptChangesDuringFill (inherited from DataAdapter)
Public property AcceptChangesDuringUpdate (inherited from DataAdapter)
Protected property CanRaiseEvents (inherited from Component)
Public property Container (inherited from Component)
Public property ContinueUpdateOnError (inherited from DataAdapter)
Public property DeleteCommand Gets or sets an SQL statement for deleting records from the data set.
Protected property DesignMode (inherited from Component)
Protected property Events (inherited from Component)
Protected property FillCommandBehavior (inherited from DbDataAdapter)
Public property FillLoadOption (inherited from DataAdapter)
Public property InsertCommand Gets or sets an SQL statement used to insert new records into the data source.
Public property MissingMappingAction (inherited from DataAdapter)
Public property MissingSchemaAction (inherited from DataAdapter)
Public property ReturnProviderSpecificTypes (inherited from DataAdapter)
Public property SelectCommand Gets or sets an SQL statement used to select records in the data source.
Public property Site (inherited from Component)
Public property TableMappings (inherited from DataAdapter)
Public property UpdateBatchSize (inherited from DbDataAdapter)
Public property UpdateCommand Gets or sets an SQL statement used to update records in the data source.

Top

Events

  Name Description
Public event Disposed (inherited from Component)
Public event FillError (inherited from DataAdapter)
Public event 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.
Public event 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
Explicit interface implemetationPrivate method ICloneable. . :: . .Clone() () () ()
Explicit interface implemetationPrivate property IDbDataAdapter. . :: . .DeleteCommand (inherited from DbDataAdapter)
Explicit interface implemetationPrivate property IDbDataAdapter. . :: . .InsertCommand (inherited from DbDataAdapter)
Explicit interface implemetationPrivate property IDbDataAdapter. . :: . .SelectCommand (inherited from DbDataAdapter)
Explicit interface implemetationPrivate property IDataAdapter. . :: . .TableMappings (inherited from DataAdapter)
Explicit interface implemetationPrivate property IDbDataAdapter. . :: . .UpdateCommand (inherited from DbDataAdapter)

Top

See Also

Reference

SqlCeDataAdapter Class

System.Data.SqlServerCe Namespace