Sphinx QLData AdapterIDb Data 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 IDbCommand 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#
IDbCommand IDbDataAdapter.UpdateCommand { get; set; }VB
Private Property UpdateCommand As IDbCommand
Implements IDbDataAdapter.UpdateCommand
Get
SetProperty Value
IDbCommandReturn Value
IDbCommandA IDbCommand used during Update(DataSet) to update records in the data source for modified rows in the data set.