Checks whether the index is a foreign key.
Visual Basic Public Readonly Property IsForeignKey As Boolean
C# public bool IsForeignKey { get;}
True if the index is the foreign key, false if the index is not the foreign key.
Columns in a foreign key may reference another table's non-null, unique index.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |