Click or drag to resize

SphinxQLDataAdapterIDbDataAdapterSelectCommand Property

Gets or sets a command used to select records in the data source.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IDbCommand IDbDataAdapter.SelectCommand { get; set; }

Property Value

Type: IDbCommand

Return Value

Type: IDbCommand
A IDbCommand that is used during Update(DataSet) to select records from data source for placement in the data set.

Implements

IDbDataAdapterSelectCommand
See Also