SphinxQLParameterValue Property

Gets or sets the value of the parameter. Default is null.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override Object Value { get; set; }

Property Value

Object

Return Value

Object
An Object that is the value of the parameter. The default value is an empty String.

Implements

IDataParameterValue

Exceptions

See Also