MetadataAttribute.DomainEntityIsFlat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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