Click or drag to resize
SphinxQLParameterDbType Property
Gets or sets the DbType of the parameter.

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

Property Value

Type: DbType

Return Value

Type: 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