다음을 통해 공유


FieldTemplateUserControl.ForeignKeyColumn 속성

정의

외래 키 열에 연결된 MetaForeignKeyColumn을 가져옵니다.

public:
 property System::Web::DynamicData::MetaForeignKeyColumn ^ ForeignKeyColumn { System::Web::DynamicData::MetaForeignKeyColumn ^ get(); };
public System.Web.DynamicData.MetaForeignKeyColumn ForeignKeyColumn { get; }
[System.ComponentModel.Browsable(false)]
public System.Web.DynamicData.MetaForeignKeyColumn ForeignKeyColumn { get; }
member this.ForeignKeyColumn : System.Web.DynamicData.MetaForeignKeyColumn
[<System.ComponentModel.Browsable(false)>]
member this.ForeignKeyColumn : System.Web.DynamicData.MetaForeignKeyColumn
Public ReadOnly Property ForeignKeyColumn As MetaForeignKeyColumn

속성 값

MetaForeignKeyColumn

다 대 일 관계를 나타내는 열입니다.

특성

예외

MetaForeignKeyColumn이 외래 키 열이 아닌 경우

설명

이 클래스 변환 합니다 MetaColumnMetaForeignKeyColumn합니다. 클래스 예외를 throw 하는 경우 MetaColumn 외래 키 열이 아닙니다.

적용 대상