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: 6.0.0
Syntax
public SphinxQLCommand DeleteCommand { get; set; }

Property Value

SphinxQLCommand

Return Value

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