Click or drag to resize

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.

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

Property Value

Type: UpdateRowSource

Return Value

Type: 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