Sphinx QLParameterDb Type Property
Gets or sets the DbType of the parameter.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
One of the DbType values. The default is String.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override DbType DbType { get; set; }VB
Public Overrides Property DbType As DbType
Get
SetProperty Value
DbTypeReturn Value
DbTypeOne of the DbType values. The default is String.
Implements
IDataParameterDbTypeExceptions
| ArgumentException | The property is not set to a valid DbType. |