SqlCeDataAdapter Members
Public Constructors
SqlCeDataAdapter Constructor
Supported only by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlCeDataAdapter class. |
Public Properties
AcceptChangesDuringFill (inherited from DataAdapter) | 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. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
ContinueUpdateOnError (inherited from DataAdapter)
Supported only by the .NET Compact Framework. |
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. |
DeleteCommand
Supported only by the .NET Compact Framework. |
Gets or sets an SQL statement for deleting records from the data set. |
InsertCommand
Supported only by the .NET Compact Framework. |
Gets or sets an SQL statement used to insert new records into the data source. |
MissingMappingAction (inherited from DataAdapter)
Supported only by the .NET Compact Framework. |
Determines the action to take when incoming data does not have a matching table or column. |
MissingSchemaAction (inherited from DataAdapter)
Supported only by the .NET Compact Framework. |
Determines the action to take when existing DataSet schema does not match incoming data. |
SelectCommand
Supported only by the .NET Compact Framework. |
Gets or sets an SQL statement used to select records in the data source. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
TableMappings (inherited from DataAdapter) | Gets a collection that provides the master mapping between a source table and a DataTable. |
UpdateCommand
Supported only by the .NET Compact Framework. |
Gets or sets an SQL statement used to update records in the data source. |
Public Methods
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
Dispose (inherited from Component)
Supported only by the .NET Compact Framework. |
Overloaded. Releases the resources used by the Component. |
Equals (inherited from Object)
Supported only by the .NET Compact Framework. |
Overloaded. Determines whether two Object instances are equal. |
Fill (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overloaded. Overridden. Adds or refreshes rows in the DataSet to match those in the data source. |
FillSchema (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overloaded. Overridden. Adds a DataTable to a DataSet and configures the schema to match that in the data source. |
GetFillParameters (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overridden. Gets the parameters set by the user when executing an SQL SELECT statement. |
GetHashCode (inherited from Object)
Supported only by the .NET Compact Framework. |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetType (inherited from Object)
Supported only by the .NET Compact Framework. |
Gets the Type of the current instance. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
ToString (inherited from Object)
Supported only by the .NET Compact Framework. |
Returns a String that represents the current Object. |
Update (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. |
Public Events
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
FillError (inherited from DbDataAdapter) | Returned when an error occurs during a fill operation. |
RowUpdated | Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires. |
RowUpdating | Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires. |
Protected Properties
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Protected Methods
CloneInternals
Supported only by the .NET Compact Framework. |
Overridden. See DataAdapter.CloneInternals. |
CreateRowUpdatedEvent
Supported only by the .NET Compact Framework. |
Overridden. See DbDataAdapter.CreateRowUpdatedEvent. |
CreateRowUpdatingEvent
Supported only by the .NET Compact Framework. |
Overridden. See DbDataAdapter.CreateRowUpdatingEvent. |
CreateTableMappings (inherited from DataAdapter)
Supported only by the .NET Compact Framework. |
Creates a new DataTableMappingCollection. |
Dispose (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overloaded. |
Fill (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overloaded. Overridden. Adds or refreshes rows in the DataSet to match those in the data source. |
FillSchema (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overloaded. Overridden. Adds a DataTable to a DataSet and configures the schema to match that in the data source. |
Finalize (inherited from Component)
Supported only by the .NET Compact Framework. |
Overridden. Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
GetService (inherited from Component) | Returns an object that represents a service provided by the Component or by its Container. |
MemberwiseClone (inherited from Object)
Supported only by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |
OnFillError (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Raises the FillError event. |
OnRowUpdated
Supported only by the .NET Compact Framework. |
Overridden. Raises the RowUpdated event using a RowUpdatedEventArgs object. |
OnRowUpdating
Supported only by the .NET Compact Framework. |
Overridden. Raises the RowUpdating event using a RowUpdatingEventArgs object. |
ShouldSerializeTableMappings (inherited from DataAdapter) | Determines whether one or more DataTableMapping objects exist and they should be persisted. |
Update (inherited from DbDataAdapter)
Supported only by the .NET Compact Framework. |
Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet. |
See Also
SqlCeDataAdapter Class | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.