 | SphinxQLParameterSourceColumn Property |
Gets or sets the name of the source column mapped to the
DataSet and used for loading or returning the
Value.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic override string SourceColumn { get; set; }
Public Overrides Property SourceColumn As String
Get
Set
Property Value
Type:
StringReturn Value
Type:
String
The name of the source column mapped to the
DataSet. The default is an empty string.
Implements
IDataParameterSourceColumn
See Also