Click or drag to resize
SphinxQLParameterValue Property
Gets or sets the value of the parameter. Default is null.

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

Property Value

Type: Object

Return Value

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

Implements

IDataParameterValue
Exceptions
ExceptionCondition
ArgumentNullExceptionValue is null or Value
See Also