Sphinx QLProvider FactoryCreate Parameter Method
Returns a new instance of the provider's class that implements the DbParameter class.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A new instance of DbParameter.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DbParameter CreateParameter()VB
Public Overrides Function CreateParameter As DbParameterReturn Value
DbParameterA new instance of DbParameter.