Entity.IsFlat Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the entity supports explicit hierarchies.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public bool IsFlat { get; set; }
public:
[DataMemberAttribute]
property bool IsFlat {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IsFlat : bool with get, set
<DataMemberAttribute>
Public Property IsFlat As Boolean

Property Value

Type: System.Boolean

true if the entity supports explicit hierarchies; otherwise, false.

See Also

Entity Class
Microsoft.MasterDataServices Namespace

Return to top