Click or drag to resize
SphinxQLDataAdapterInsertCommand Property
Gets or sets a command used to insert new records into the data source.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public SphinxQLCommand InsertCommand { get; set; }

Property Value

Type: SphinxQLCommand

Return Value

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