The SphinxQLDataAdapter type exposes the following members.

Constructors

  Name Description
Public method SphinxQLDataAdapter()()()()
Initializes a new instance of the SphinxQLDataAdapter class.
Public method SphinxQLDataAdapter(String, SphinxQLConnection)
Initializes a new instance of the SphinxQLDataAdapter class.

Methods

  Name Description
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Dispose
Releases all resources used by the Component.
(Inherited from Component.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Fill(DataSet)
Adds or refreshes rows in the DataSet.
(Inherited from DbDataAdapter.)
Public method Fill(DataTable)
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataTable name.
(Inherited from DbDataAdapter.)
Public method Fill(DataSet, String)
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet and DataTable names.
(Inherited from DbDataAdapter.)
Public method Fill(Int32, Int32, array<DataTable>[]()[][])
Adds or refreshes rows in a DataTable to match those in the data source starting at the specified record and retrieving up to the specified maximum number of records.
(Inherited from DbDataAdapter.)
Public method Fill(DataSet, Int32, Int32, String)
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names.
(Inherited from DbDataAdapter.)
Public method FillSchema(DataTable, SchemaType)
Configures the schema of the specified DataTable based on the specified SchemaType.
(Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType)
Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.
(Inherited from DbDataAdapter.)
Public method FillSchema(DataSet, SchemaType, String)
Adds a DataTable to the specified DataSet and configures the schema to match that in the data source based upon the specified SchemaType and DataTable.
(Inherited from DbDataAdapter.)
Public method GetFillParameters
Gets the parameters set by the user when executing an SQL SELECT statement.
(Inherited from DbDataAdapter.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method ResetFillLoadOption
Resets FillLoadOption to its default state and causes Fill(DataSet) to honor AcceptChangesDuringFill.
(Inherited from DataAdapter.)
Public method ShouldSerializeAcceptChangesDuringFill
Determines whether the AcceptChangesDuringFill property should be persisted.
(Inherited from DataAdapter.)
Public method ShouldSerializeFillLoadOption
Determines whether the FillLoadOption property should be persisted.
(Inherited from DataAdapter.)
Public method ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public method Update(DataSet)
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataSet.
(Inherited from DbDataAdapter.)
Public method Update(array<DataRow>[]()[][])
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified array of DataRow objects.
(Inherited from DbDataAdapter.)
Public method Update(DataTable)
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataTable.
(Inherited from DbDataAdapter.)
Public method Update(DataSet, String)
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet with the specified DataTable name.
(Inherited from DbDataAdapter.)

Properties

  Name Description
Public property AcceptChangesDuringFill
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 property AcceptChangesDuringUpdate
Gets or sets whether AcceptChanges()()()() is called during a Update(DataSet).
(Inherited from DataAdapter.)
Public property Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public property ContinueUpdateOnError
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 property DeleteCommand
Gets or sets a command for deleting records from the data set.
Public property FillLoadOption
Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.
(Inherited from DataAdapter.)
Public property InsertCommand
Gets or sets a command used to insert new records into the data source.
Public property MissingMappingAction
Determines the action to take when incoming data does not have a matching table or column.
(Inherited from DataAdapter.)
Public property MissingSchemaAction
Determines the action to take when existing DataSet schema does not match incoming data.
(Inherited from DataAdapter.)
Public property ReturnProviderSpecificTypes
Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.
(Inherited from DataAdapter.)
Public property SelectCommand
Gets or sets a command used to select records in the data source.
Public property Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public property TableMappings
Gets a collection that provides the master mapping between a source table and a DataTable.
(Inherited from DataAdapter.)
Public property UpdateBatchSize
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 property UpdateCommand
Gets or sets a command used to update records in the data source.

Events

  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose()()()() method.
(Inherited from Component.)
Public event FillError
Returned when an error occurs during a fill operation.
(Inherited from DataAdapter.)
Public event RowUpdated
Occurs during update after a command is executed against the data source.
Public event RowUpdating
Occurs during update before a command is executed against the data source.

Explicit Interface Implementations

  Name Description
Explicit interface implemetation Private property IDbDataAdapter..::..DeleteCommand
Gets or sets a command for deleting records from the data set.
Explicit interface implemetation Private property IDbDataAdapter..::..InsertCommand
Gets or sets a command used to insert new records into the data source.
Explicit interface implemetation Private property IDbDataAdapter..::..SelectCommand
Gets or sets a command used to select records in the data source.
Explicit interface implemetation Private property IDbDataAdapter..::..UpdateCommand
Gets or sets a command used to update records in the data source.
Explicit interface implemetation Private method ICloneable..::..Clone (Inherited from DbDataAdapter.)
Explicit interface implemetation Private property IDataAdapter..::..TableMappings
For a description of this member, see TableMappings.
(Inherited from DataAdapter.)

See Also