Sphinx QLData AdapterUpdate Command Property
Gets or sets a command used to update records in the data source.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A SphinxQLCommand used during Update(DataSet) to update records in the data source for modified rows in the data set.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLCommand UpdateCommand { get; set; }VB
Public Property UpdateCommand As SphinxQLCommand
Get
SetProperty Value
SphinxQLCommandReturn Value
SphinxQLCommandA SphinxQLCommand used during Update(DataSet) to update records in the data source for modified rows in the data set.