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

ULParameter constructor Next Page

DbType property


Specifies the System.Data.DbType of the parameter

Syntax

Visual Basic

NotOverridable Public Property DbType As DbType _
Implements IDataParameter.DbType

C#

public DbType DbType {get;set;}

Property value

One of the System.Data.DbType values.

Remarks

The ULParameter.ULDbType and DbType properties are linked. Therefore, setting the DbType changes the ULParameter.ULDbType to a supporting iAnywhere.Data.UltraLite.ULDbType.

Exceptions
Implements

[external link] IDataParameter.DbType

See also