SphinxQLProviderFactoryCreateCommand Method

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

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DbCommand CreateCommand()

Return Value

DbCommand
A new instance of DbCommand.

See Also