 | SphinxQLParameterCollectionAdd(String, Object, SphinxType) Method |
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic SphinxQLParameter Add(
string parameterName,
Object value,
SphinxType type
)
Public Function Add (
parameterName As String,
value As Object,
type As SphinxType
) As SphinxQLParameter
Parameters
- parameterName String
- The name of the parameter.
- value Object
- The value.
- type SphinxType
- One the SphinxType values.
Return Value
SphinxQLParameterA new
SphinxQLParameter object.
See Also