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 » ULCursorSchema class

GetColumnName method Next Page

GetColumnPrecision method


Returns the precision of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC).

Syntax

Visual Basic

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

C#

public int GetColumnPrecision(
int columnID
);

Parameters
Return value

The precision of the specified numeric column.

Exceptions
See also