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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULCursorSchema class

 

GetColumnScale method

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

Syntax
Visual Basic
Public Function GetColumnScale( _
   ByVal columnID As Integer _
) As Integer
C#
public int GetColumnScale(
   int columnID
);
Parameters
  • columnID   ID of the column. The value must be in the range [0,ColumnCount-1].

Return value

The scale of the specified numeric column.

See also