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 2.0 API Reference » ULCursorSchema class

GetColumnSize method Next Page

GetColumnULDbType method


Returns the UltraLite.NET data type of the column identified by the specified column ID.

Syntax

Visual Basic

Public Function GetColumnULDbType( _
ByVal columnID As Integer _
) As ULDbType

C#

public ULDbType GetColumnULDbType(
int columnID
);

Parameters
Return value

A ULDbType enumerated integer.

See also