Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULIndexSchema class

 

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.

See also