Click or drag to resize

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.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override string SourceColumn { get; set; }

Property Value

Type: String

Return Value

Type: String
The name of the source column mapped to the DataSet. The default is an empty string.

Implements

IDataParameterSourceColumn
See Also