 | SphinxQLParameterValue Property |
Gets or sets the value of the parameter. Default is null.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override Object Value { get; set; }
Public Overrides Property Value As Object
Get
Set
Property Value
Type:
ObjectReturn Value
Type:
Object
An
Object that is the value of the parameter. The default value is an empty String.
Implements
IDataParameterValue
Exceptions
See Also