SphinxQLDataAdapter Properties

Properties

AcceptChangesDuringFillGets 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)
AcceptChangesDuringUpdateGets or sets whether AcceptChanges is called during a Update(DataSet).
(Inherited from DataAdapter)
ContainerGets the IContainer that contains the Component.
(Inherited from Component)
ContinueUpdateOnErrorGets 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 a command for deleting records from the data set.
FillLoadOptionGets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.
(Inherited from DataAdapter)
InsertCommand Gets or sets a command used to insert new records into the data source.
MissingMappingActionDetermines the action to take when incoming data does not have a matching table or column.
(Inherited from DataAdapter)
MissingSchemaActionDetermines the action to take when existing DataSet schema does not match incoming data.
(Inherited from DataAdapter)
ReturnProviderSpecificTypesGets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.
(Inherited from DataAdapter)
SelectCommand Gets or sets a command used to select records in the data source.
SiteGets or sets the ISite of the Component.
(Inherited from Component)
TableMappingsGets a collection that provides the primary mapping between a source table and a DataTable.
(Inherited from DataAdapter)
UpdateBatchSizeGets 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 a command used to update records in the data source.

Explicit Interface Implementations

IDbDataAdapterDeleteCommand Gets or sets a command for deleting records from the data set.
IDbDataAdapterInsertCommand Gets or sets a command used to insert new records into the data source.
IDbDataAdapterSelectCommand Gets or sets a command used to select records in the data source.
IDbDataAdapterUpdateCommand Gets or sets a command used to update records in the data source.
IDataAdapterTableMappingsGets a collection that indicates how a source table is mapped to a dataset table.
(Inherited from DataAdapter)

See Also