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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULTableSchema class

IsColumnGlobalAutoIncrement method Next Page

IsColumnNewUUID method


Checks whether the specified column's default is set to a new UUID (System.Guid).

Syntax

Visual Basic

Public Function IsColumnNewUUID( _
ByVal columnID As Integer _
) As Boolean

C#

public bool IsColumnNewUUID(
int columnID
);

Parameters
Return value

True if the column defaults to a new UUID, false if the column does not default to a new UUID.

Exceptions
See also