SphinxQLDataAdapterIDbDataAdapterDeleteCommand 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
C#
IDbCommand IDbDataAdapter.DeleteCommand { get; set; }

Property Value

IDbCommand

Return Value

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