 | 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.4.1
Syntaxpublic override UpdateRowSource UpdatedRowSource { get; set; }
Public Overrides Property UpdatedRowSource As UpdateRowSource
Get
Set
Property Value
Type:
UpdateRowSourceReturn 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