次の方法で共有


Entity.IsFlat プロパティ

定義

注意事項

Use IsCollectionEnabled or IsHierarchyEnabled instead

このインスタンスがフラットかどうかを示す値を指定します (つまり、明示的階層やコレクションはサポートされません)。

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

プロパティ値

true このインスタンスがフラットな場合は 。それ以外の場合は false

属性

適用対象