[]
Gets an index or a subindex scanner that is the parent of a subindex scanner.
IIndexScanner<T> ParentScanner { get; }
ReadOnly Property ParentScanner As IIndexScanner(Of T)
| Type | Description |
|---|---|
| IIndexScanner<T> | Parent scanner for a subindex scanner; null for an index scanner. |