SphinxQLCommandUpdatedRowSource Property

Gets or sets how command results are applied to the DataRow when used by the Update method of a DbDataAdapter. Currently not supported.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override UpdateRowSource UpdatedRowSource { get; set; }

Property Value

UpdateRowSource

Return Value

UpdateRowSource
One of the UpdateRowSource values. The default is Both unless the command is automatically generated. Then the default is None.

Implements

IDbCommandUpdatedRowSource

See Also