Click or drag to resize

SphinxQLDataAdapterUpdateCommand 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
public SphinxQLCommand UpdateCommand { get; set; }

Property Value

Type: SphinxQLCommand

Return Value

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