Click or drag to resize
SphinxQLDataAdapterIDbDataAdapterDeleteCommand 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
IDbCommand IDbDataAdapter.DeleteCommand { get; set; }

Property Value

Type: IDbCommand

Return Value

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

Implements

IDbDataAdapterDeleteCommand
See Also