MetaAssociation.IsForeignKey Property

Definition

When overridden in a derived class, gets a value that indicates whether the other type is the parent of this type.

public:
 abstract property bool IsForeignKey { bool get(); };
public abstract bool IsForeignKey { get; }
member this.IsForeignKey : bool
Public MustOverride ReadOnly Property IsForeignKey As Boolean

Property Value

true is the other type is the parent of this type; otherwise, false.

Applies to