Data Port Sync 1.0.500

SqlCeDataAdapter Methods

The methods of the SqlCeDataAdapter class are listed below. For a complete list of SqlCeDataAdapter class members, see the SqlCeDataAdapter Members topic.

Public Instance 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)Overloaded. Releases all resources used by the Component.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Fill (inherited from DbDataAdapter)Overloaded. Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable named "Table."
FillSchema (inherited from DbDataAdapter)Overloaded. Configures the schema of the specified DataTable based on the specified SchemaType.
GetFillParameters (inherited from DbDataAdapter)Gets the parameters set by the user when executing an SQL SELECT statement.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is 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)Gets the Type of the current instance.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
ResetFillLoadOption (inherited from DataAdapter)Resets FillLoadOption to its default state and causes Fill to honor AcceptChangesDuringFill.
ShouldSerializeAcceptChangesDuringFill (inherited from DataAdapter)Determines whether the AcceptChangesDuringFill property should be persisted.
ShouldSerializeFillLoadOption (inherited from DataAdapter)Determines whether the FillLoadOption property should be persisted.
ToString (inherited from Component)Returns a String containing the name of the Component, if any. This method should not be overridden.
Update (inherited from DbDataAdapter)Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.

Protected Instance Methods

AddToBatch (inherited from DbDataAdapter)Adds a IDbCommand to the current batch.
ClearBatch (inherited from DbDataAdapter)Removes all IDbCommand objects from the batch.
CloneInternals (inherited from DataAdapter)Obsolete. Creates a copy of this instance of DataAdapter.
CreateRowUpdatedEvent Creates a new SqlCeRowUpdatedEventArgs object from the given parameters.
CreateRowUpdatingEvent Creates a new SqlCeRowUpdatingEventArgs object from the given parameters.
CreateTableMappings (inherited from DataAdapter)Creates a new DataTableMappingCollection.
DisposeOverloaded. Disposes all the contained commands.
ExecuteBatch (inherited from DbDataAdapter)Executes the current batch.
Fill (inherited from DbDataAdapter)Overloaded. Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and source table names, command string, and command behavior.
Fill (inherited from DataAdapter)Overloaded. Adds or refreshes rows in the DataSet to match those in the data source using the DataSet name, and creates a DataTable.
FillSchema (inherited from DbDataAdapter)Overloaded. Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.
FillSchema (inherited from DataAdapter)Overloaded. Adds a DataTable to the specified DataSet.
Finalize Finalizer.
GetBatchedParameter (inherited from DbDataAdapter)Returns a IDataParameter from one of the commands in the current batch.
GetService (inherited from Component)Returns an object that represents a service provided by the Component or by its Container.
HasTableMappings (inherited from DataAdapter)Indicates whether a DataTableMappingCollection has been created.
InitializeBatching (inherited from DbDataAdapter)Initializes batching for the DbDataAdapter.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
OnFillError (inherited from DataAdapter)Invoked when an error occurs during a Fill.
OnRowUpdated Raises the RowUpdated event using a RowUpdatedEventArgs object.
OnRowUpdating 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.
TerminateBatching (inherited from DbDataAdapter)Ends batching for the DbDataAdapter.
Update (inherited from DbDataAdapter)Overloaded. Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects.

See Also

SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace