Click or drag to resize

SphinxQLDataAdapter.IDbDataAdapter.UpdateCommand Property

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

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
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

IDbDataAdapter.UpdateCommand
See Also