Data Port Sync 1.0.500

SqlCeDataAdapter Properties

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

Public Instance 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.
AcceptChangesDuringUpdate (inherited from DataAdapter)Gets or sets whether AcceptChanges is called during a Update.
Container (inherited from Component)Gets the IContainer that contains the Component.
ContinueUpdateOnError (inherited from DataAdapter)Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
DeleteCommandOverloaded. Gets or sets the DELETE command
FillLoadOption (inherited from DataAdapter)Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.
InsertCommandOverloaded. Gets or sets the INSERT command
MissingMappingAction (inherited from DataAdapter)Determines the action to take when incoming data does not have a matching table or column.
MissingSchemaAction (inherited from DataAdapter)Determines the action to take when existing DataSet schema does not match incoming data.
ReturnProviderSpecificTypes (inherited from DataAdapter)Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.
SelectCommandOverloaded. Gets or sets the SELECT command
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.
UpdateBatchSize (inherited from DbDataAdapter)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.
UpdateCommandOverloaded. Gets or sets the UPDATE command

Protected Instance Properties

CanRaiseEvents (inherited from Component)Gets a value indicating whether the component can raise an event.
DesignMode (inherited from Component)Gets a value that indicates whether the Component is currently in design mode.
Events (inherited from Component)Gets the list of event handlers that are attached to this Component.

Protected Internal Instance Properties

FillCommandBehavior (inherited from DbDataAdapter)Gets or sets the behavior of the command used to fill the data adapter.

See Also

SqlCeDataAdapter Class | Primeworks.DesktopSqlCe Namespace