Click or drag to resize

SphinxQLProviderFactoryCreateParameter Method

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

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public override DbParameter CreateParameter()

Return Value

Type: DbParameter
A new instance of DbParameter.
See Also