[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.Search.IIndexScanner-1.Definition

Definition Property

Definition

Gets an Index<T> or a Subindex<T> definition on which the scanner is based.

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

For a subindex scanner, returns a Subindex<T>. For an index scanner, returns the same Index<T> object as the scanner itself.