MetadataAttribute.DomainEntityIsFlat Property

Definition

Gets or sets a value that indicates whether the domain entity is flat.

public:
 property bool DomainEntityIsFlat { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool DomainEntityIsFlat { get; set; }
[<System.Runtime.Serialization.DataMember>]
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