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