Parent of this subindex definition in the index/subindexes hierarchy.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public IndexDefinition<T> Parent { get; protected internal set; }
Visual Basic
Public Property Parent As IndexDefinition(Of T)
	Get
	Protected Friend Set

See Also