Click or drag to resize

SphinxQLDataAdapterIDbDataAdapterInsertCommand Property

Gets or sets a command used to insert new records into the data source.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
IDbCommand IDbDataAdapter.InsertCommand { get; set; }

Property Value

Type: IDbCommand

Return Value

Type: IDbCommand
A IDbCommand used during Update(DataSet) to insert records in the data source for new rows in the data set.

Implements

IDbDataAdapterInsertCommand
See Also