Specifies the iAnywhere.Data.UltraLite.ULDbType of the parameter
Visual Basic
Public Property ULDbType As ULDbType
C#
public ULDbType ULDbType {get;set;}
One of the iAnywhere.Data.UltraLite.ULDbType"/> values.
The ULDbType and ULParameter.DbType are linked. Therefore, setting the ULDbType changes the ULParameter.DbType to a supporting System.Data.DbType.
In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.