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 2.0 API Reference » ULTableSchema class

IsColumnCurrentTimestamp method Next Page

IsColumnGlobalAutoIncrement method


Checks whether the specified column's default is set to global autoincrement.

Syntax

Visual Basic

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

C#

public bool IsColumnGlobalAutoIncrement(
int columnID
);

Parameters
Return value

True if the column is global autoincrementing, false if it is not global autoincrementing.

See also