Specifies the System.Data.DbType of the parameter
Visual Basic
NotOverridable Public Property DbType As DbType _
Implements IDataParameter.DbType
C#
public DbType DbType {get;set;}
One of the System.Data.DbType values.
The ULParameter.ULDbType and DbType properties are linked. Therefore, setting the DbType changes the ULParameter.ULDbType to a supporting iAnywhere.Data.UltraLite.ULDbType.
ArgumentException - There is no mapping from the specified value to a iAnywhere.Data.UltraLite.ULDbType, hence, the specified value is not supported.