Click or drag to resize
SphinxQLDataAdapterDeleteCommand Property
Gets or sets a command for deleting records from the data set.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxQLCommand DeleteCommand { get; set; }

Property Value

Type: SphinxQLCommand

Return Value

Type: SphinxQLCommand
An SphinxQLCommand used during Update(DataSet) to delete records in the data source for deleted rows in the data set.
See Also