Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULParameter class

SourceVersion property Next Page

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