Click or drag to resize

SphinxQLParameterParameterName Property

Gets or sets the name of the SphinxQLParameter.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override string ParameterName { get; set; }

Property Value

Type: String

Return Value

Type: String
The name of the SphinxQLParameter. The default is an empty string ("").

Implements

IDataParameterParameterName
Remarks
Do not name your parameters like build in Sphinx identifiers (@count, @id, @weight or @groupby). These values are ignored by SphinxConnector.NET.
See Also