Click or drag to resize

SphinxQLDataAdapterIDbDataAdapterUpdateCommand Property

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

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

Property Value

Type: IDbCommand

Return Value

Type: IDbCommand
A IDbCommand used during Update(DataSet) to update records in the data source for modified rows in the data set.

Implements

IDbDataAdapterUpdateCommand
See Also