Click or drag to resize

SphinxQLProviderFactoryCreateDataAdapter Method

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

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override DbDataAdapter CreateDataAdapter()

Return Value

Type: DbDataAdapter
A new instance of DbDataAdapter.
See Also