Sphinx QLParameterSource Column Property
Gets or sets the name of the source column mapped to the DataSet and used for loading or returning the Value.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The name of the source column mapped to the DataSet. The default is an empty string.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override string SourceColumn { get; set; }VB
Public Overrides Property SourceColumn As String
Get
SetProperty Value
StringReturn Value
StringThe name of the source column mapped to the DataSet. The default is an empty string.