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

Property Value

SphinxQLCommand

Return Value

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