ASecondaryIndexAccess Methods
The ASecondaryIndexAccess type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AsEnumerable |
Returns IEnumerable>AQueryRecord< based on DefaultFilter and DefaultQueryPolicy or filterExpression.
|
![]() |
ChangeRecordView |
Changes how records are displayed using the LinqPad [LINQPad.Extensions.Dump{T}(T)] method.
|
![]() |
Drop |
Drops this index
|
![]() |
Equals(Object) | |
![]() |
Equals(ARecord) | |
![]() |
Equals(SetRecords) | |
![]() |
Equals(ASecondaryIndexAccess) | |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | |
![]() |
GetFilter(Value, array<CTX>[]()[][]) | |
![]() |
GetFilter(Object, array<CTX>[]()[][]) |
Creates a Filter based on searchValue type and the secondary index attributes.
|
![]() |
GetFilter(Int64, Int64, array<CTX>[]()[][]) |
Creates a Range(String, Int64, Int64, array<CTX>[]()[][]) based on the secondary index attributes.
|
![]() |
GetHashCode | |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Query(Filter, array<String>[]()[][]) |
Performs a secondary index query using the provided Filter.
|
![]() |
Query(Filter, Exp, array<String>[]()[][]) |
Performs a secondary index query using the provided Filter and than apply the filter expression.
|
![]() |
Query(Object, array<String>[]()[][]) |
Performs a search on the secondary index based idxBinValue and the index associated bin ().
For more information see Filter.
|
![]() |
Query(Int64, Int64, array<String>[]()[][]) |
Performs a secondary index range search based on inclusiveStartRange and inclusiveEndRange, inclusively.
For more information see Filter.
|
![]() |
SetFilter |
Set the filter that will be used by this secondary index as the default filter. See DefaultFilter
|
![]() |
ToString |