SphinxQLDataAdapterIDbDataAdapterSelectCommand Property

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IDbCommand IDbDataAdapter.SelectCommand { get; set; }

Property Value

IDbCommand

Return Value

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