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: 6.0.0
Syntax
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
ExceptionCondition
ArgumentNullExceptionValue is null or Value
See Also