다음을 통해 공유


MetaAssociation.OtherKeyIsPrimaryKey 속성

정의

파생 클래스에서 재정의될 때 OtherKey가 다른 형식의 ID를 형성하는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

trueOtherKey 다른 형식의 ID(기본 키)를 형성하면 이고, false그렇지 않으면 입니다.

적용 대상