SphinxQLDataAdapterIDbDataAdapterInsertCommand Property

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
IDbCommand IDbDataAdapter.InsertCommand { get; set; }

Property Value

IDbCommand

Return Value

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