Checks whether the specified column's default is set to global autoincrement.
Visual Basic Public Function IsColumnGlobalAutoIncrement( _ ByVal columnID As Integer _ ) As Boolean
C# public bool IsColumnGlobalAutoIncrement( int columnID );
columnID The ID number of the column. The value must be in the range [0,ULCursorSchema.ColumnCount-1]. The first column in the table has an ID value of zero.
True if the column is global autoincrementing, false if it is not global autoincrementing.
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |