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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULIndexSchema class

 

ReferencedIndexName property

The name of the referenced primary index if the index is a foreign key.

Syntax
Visual Basic
Public Readonly Property ReferencedIndexName As String
C#
public string  ReferencedIndexName { get;}
Property value

A string specifying the name of the referenced primary index.

See also