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

Name property Next Page

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.

Exceptions
See also