[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexDefinition-1.Root

Root Property

Root

Gets the root index in an index/subindex hierarchy.

Declaration
public IndexDefinition<T> Root { get; }
Property Value
Type Description
IndexDefinition<T>

For a subindex, this is an Index<T> to which the subindex belongs (maybe indirectly, through several levels of parent subindexes). For an index, this is always the same object as the index itself.