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

GetColumnDefaultValue method Next Page

GetColumnPartitionSize method


Returns the global autoincrement partition size assigned to the specified column.

Syntax

Visual Basic

Public Function GetColumnPartitionSize( _
ByVal columnID As Integer _
) As UInt64

C#

public ulong GetColumnPartitionSize(
int columnID
);

Parameters
Return value

The column's global autoincrement partition size as a System.UInt64.

Remarks

All global autoincrement columns in a given table share the same global autoincrement partition.

See also