Sphinx QLData AdapterDelete Command Property
Gets or sets a command for deleting records from the data set.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
An SphinxQLCommand used during Update(DataSet) to delete records in the data source for deleted rows in the data set.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxQLCommand DeleteCommand { get; set; }VB
Public Property DeleteCommand As SphinxQLCommand
Get
SetProperty Value
SphinxQLCommandReturn Value
SphinxQLCommandAn SphinxQLCommand used during Update(DataSet) to delete records in the data source for deleted rows in the data set.