EntityModelSchemaGenerator.GenerateForeignKeyProperties 속성

정의

개념적 모델에서 외래 키 속성을 생성하는 플래그를 가져오거나 설정합니다.

public:
 property bool GenerateForeignKeyProperties { bool get(); void set(bool value); };
public bool GenerateForeignKeyProperties { get; set; }
member this.GenerateForeignKeyProperties : bool with get, set
Public Property GenerateForeignKeyProperties As Boolean

속성 값

이 속성 값이 true로 설정되어 있으면 외래 키 속성이 개념적 모델에서 생성되고, 그렇지 않으면 외래 키 속성이 개념적 모델에서 생성되지 않습니다.

적용 대상