 | SphinxQLParameterCollectionAdd Method (String, Object) |
Adds the specified parameter name.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic SphinxQLParameter Add(
string parameterName,
Object value
)
Public Function Add (
parameterName As String,
value As Object
) As SphinxQLParameter
Parameters
- parameterName
- Type: SystemString
The name of the parameter. - value
- Type: SystemObject
The value.
Return Value
Type:
SphinxQLParameterA new
SphinxQLParameter object.
See Also