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

IsUniqueIndex property Next Page

IsUniqueKey property


Checks whether the index is a unique key.

Syntax

Visual Basic

Public Readonly Property IsUniqueKey As Boolean

C#

public bool IsUniqueKey { get;}

Property value

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

Remarks

Columns in a unique key may not be null.

See also