Click or drag to resize

SphinxQLDataAdapter Properties

The SphinxQLDataAdapter type exposes the following members.

Properties
  NameDescription
Public propertyAcceptChangesDuringFill
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.
(Inherited from DataAdapter.)
Public propertyAcceptChangesDuringUpdate (Inherited from DataAdapter.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyContinueUpdateOnError
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
(Inherited from DataAdapter.)
Public propertyDeleteCommand
Gets or sets a command for deleting records from the data set.
Public propertyFillLoadOption
Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.
(Inherited from DataAdapter.)
Public propertyInsertCommand
Gets or sets a command used to insert new records into the data source.
Public propertyMissingMappingAction
Determines the action to take when incoming data does not have a matching table or column.
(Inherited from DataAdapter.)
Public propertyMissingSchemaAction
Determines the action to take when existing DataSet schema does not match incoming data.
(Inherited from DataAdapter.)
Public propertyReturnProviderSpecificTypes
Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.
(Inherited from DataAdapter.)
Public propertySelectCommand
Gets or sets a command used to select records in the data source.
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyTableMappings
Gets a collection that provides the master mapping between a source table and a DataTable.
(Inherited from DataAdapter.)
Public propertyUpdateBatchSize
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.
(Inherited from DbDataAdapter.)
Public propertyUpdateCommand
Gets or sets a command used to update records in the data source.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDbDataAdapterDeleteCommand
Gets or sets a command for deleting records from the data set.
Explicit interface implementationPrivate propertyIDbDataAdapterInsertCommand
Gets or sets a command used to insert new records into the data source.
Explicit interface implementationPrivate propertyIDbDataAdapterSelectCommand
Gets or sets a command used to select records in the data source.
Explicit interface implementationPrivate propertyIDbDataAdapterUpdateCommand
Gets or sets a command used to update records in the data source.
Explicit interface implementationPrivate propertyIDataAdapterTableMappings
Indicates how a source table is mapped to a dataset table.
(Inherited from DataAdapter.)
Top
See Also