Entity.IsFlat Property

Definition

Caution

Use IsCollectionEnabled or IsHierarchyEnabled instead

Specifies a value indicating whether this instance is flat (i.e. does not support Explicit Hierarchies or Collections).

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

Property Value

true if this instance is flat; otherwise, false.

Attributes

Applies to