Click or drag to resize

SphinxQLProviderFactoryCreateCommand Method

Returns a new instance of the provider's class that implements the DbCommand class.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.4.0
Syntax
public override DbCommand CreateCommand()

Return Value

Type: DbCommand
A new instance of DbCommand.
See Also