Entity.IsFlat 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 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