SphinxQLParameterDbType Property

Gets or sets the DbType of the parameter.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DbType DbType { get; set; }

Property Value

DbType

Return Value

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

Implements

IDataParameterDbType

Exceptions

ArgumentException The property is not set to a valid DbType.

See Also