Returns the precision of the column identified by the specified column ID if the column is a numeric column (SQL type NUMERIC).
Visual Basic Public Function GetColumnPrecision( _ ByVal columnID As Integer _ ) As Integer
C# public int GetColumnPrecision( int columnID );
columnID ID of the column. The value must be in the range [0,ColumnCount-1].
The precision of the specified numeric column.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |