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

GetColumnScale method Next Page

GetColumnSize method


Returns the size of the column identified by the specified column ID if the column is a sized column (SQL type BINARY or CHAR).

Syntax

Visual Basic

Public Function GetColumnSize( _
ByVal columnID As Integer _
) As Integer

C#

public int GetColumnSize(
int columnID
);

Parameters
Return value

The size of the specified sized column.

See also