Checks whether the specified column's default is set to a new UUID (System.Guid).
Public Function IsColumnNewUUID(ByVal columnID As Integer) As Boolean
public bool IsColumnNewUUID(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 defaults to a new UUID, false if the column does not default to a new UUID.
ULException class A SQL error occurred.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |