 | SphinxQLParameterValue Property |
Gets or sets the value of the parameter. Default is null.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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