EntityStoreSchemaGenerator.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이고, 그렇지 않으면 false입니다.

적용 대상