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 » ULIndexSchema class

IsOpen property Next Page

IsPrimaryKey property


Checks whether the index is the primary key.

Syntax

Visual Basic

Public Readonly Property IsPrimaryKey As Boolean

C#

public bool IsPrimaryKey {get;}

Property value

True if the index is the primary key, false if the index is not the primary key.

Remarks

Columns in the primary key may not be null.

Exceptions