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: 6.0.0
Syntax
public override DbConnection CreateConnection()

Return Value

DbConnection
A new instance of DbConnection.
See Also