Click or drag to resize

SphinxQLProviderFactoryCreateCommandBuilder Method

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

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override DbCommandBuilder CreateCommandBuilder()

Return Value

DbCommandBuilder
A new instance of DbCommandBuilder.
See Also