Sphinx QLCommandUpdated Row Source 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
One of the UpdateRowSource values. The default is Both unless the command is automatically generated. Then the default is None.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override UpdateRowSource UpdatedRowSource { get; set; }VB
Public Overrides Property UpdatedRowSource As UpdateRowSource
Get
SetProperty Value
UpdateRowSourceReturn Value
UpdateRowSourceOne of the UpdateRowSource values. The default is Both unless the command is automatically generated. Then the default is None.