Returns the size of the column identified by the specified column ID if the column is a sized column (SQL type BINARY or CHAR).
Visual Basic Public Function GetColumnSize( _ ByVal columnID As Integer _ ) As Integer
C# public int GetColumnSize( int columnID );
columnID ID of the column. The value must be in the range [0,ColumnCount-1].
The size of the specified sized column.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |