ULDbType property

Specifies the iAnywhere.Data.UltraLite.ULDbType of the parameter

Syntax
Visual Basic
Public Property ULDbType As ULDbType
C#
public ULDbType ULDbType { get; set; }
Property value

One of the iAnywhere.Data.UltraLite.ULDbType values.

Remarks

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.

See also