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

Return Value

Type: DbConnection
A new instance of DbConnection.
See Also