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

 

ReferencedTableName property

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

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

A string specifying the name of the referenced primary table.

See also