 | SphinxQLProviderFactoryCreateParameter Method |
Returns a new instance of the provider's class that implements the
DbParameter class.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic override DbParameter CreateParameter()
Public Overrides Function CreateParameter As DbParameter
Return Value
DbParameter
A new instance of
DbParameter.
See Also