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

IsPrimaryKey property Next Page

IsUniqueIndex property


Checks whether the index is unique.

Syntax

Visual Basic

Public Readonly Property IsUniqueIndex As Boolean

C#

public bool IsUniqueIndex {get;}

Property value

True if the index is unique, false if the index is not unique.

Remarks

Columns in a unique index may be null.

Exceptions