Sphinx QLParameterValue 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
An Object that is the value of the parameter. The default value is an empty String.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override Object Value { get; set; }VB
Public Overrides Property Value As Object
Get
SetProperty Value
ObjectReturn Value
ObjectAn Object that is the value of the parameter. The default value is an empty String.
Implements
IDataParameterValueExceptions
| ArgumentNullException | Value is null or Value |