Click or drag to resize
SphinxQLProviderFactoryCreateConnection Method
Returns a new instance of the provider's class that implements the DbConnection class.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override DbConnection CreateConnection()

Return Value

Type: DbConnection
A new instance of DbConnection.
See Also