MetaAssociation.OtherKeyIsPrimaryKey Property

Definition

When overridden in a derived class, gets a value that indicates whether the OtherKey forms the identity of the other type.

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

Property Value

true if the OtherKey forms the identity (primary key) of the other type; otherwise, false.

Applies to