Click or drag to resize

SphinxQLParameterDbType Property

Gets or sets the DbType of the parameter.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public override DbType DbType { get; set; }

Property Value

DbType

Return Value

DbType
One of the DbType values. The default is String.

Implements

IDataParameterDbType
Exceptions
ExceptionCondition
ArgumentException The property is not set to a valid DbType.
See Also