Checks whether the foreign key is nullable.
Visual Basic
Public Readonly Property IsForeignKeyNullable As Boolean
C#
public bool IsForeignKeyNullable {get;}
True if the foreign key is nullable, false if the foreign key is not nullable.
ULException class - A SQL error occurred (including index is not a foreign key).