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