Sphinx QLParameterParameter Name Property
Gets or sets the name of the SphinxQLParameter.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The name of the SphinxQLParameter. The default is an empty string ("").
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override string ParameterName { get; set; }VB
Public Overrides Property ParameterName As String
Get
SetProperty Value
StringReturn Value
StringThe name of the SphinxQLParameter. The default is an empty string ("").
Implements
IDataParameterParameterNameRemarks
Do not name your parameters like build in Sphinx identifiers (@count, @id, @weight or
@groupby). These values are ignored by SphinxConnector.NET.