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: 5.3.0
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