次の方法で共有


MetadataAttribute.DomainEntityIsFlat プロパティ

定義

注意事項

Use DomainEntityIsHierarchyEnabled

ドメイン エンティティがフラットかどうかを指定します。

public:
 property bool DomainEntityIsFlat { bool get(); void set(bool value); };
[System.Obsolete("Use DomainEntityIsHierarchyEnabled")]
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool DomainEntityIsFlat { get; set; }
[<System.Obsolete("Use DomainEntityIsHierarchyEnabled")>]
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.DomainEntityIsFlat : bool with get, set
Public Property DomainEntityIsFlat As Boolean

プロパティ値

ドメイン エンティティがフラットである場合は true、それ以外の場合は false です。

属性

適用対象