Sphinx QLParameterSource Version Property
Gets or sets the DataRowVersion to use when you load Value.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
One of the DataRowVersion values. The default is Current.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DataRowVersion SourceVersion { get; set; }VB
Public Overrides Property SourceVersion As DataRowVersion
Get
SetProperty Value
DataRowVersionReturn Value
DataRowVersionOne of the DataRowVersion values. The default is Current.
Implements
IDataParameterSourceVersionExceptions
| ArgumentException | The property is not set to one of the DataRowVersion values. |