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