MetadataAttribute.DomainEntityIsFlat Property

Definition

Caution

Use DomainEntityIsHierarchyEnabled

Specifies whether the domain entity is flat.

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

Property Value

true if the domain entity is flat; otherwise, false.

Attributes

Applies to