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