Aerospike LINDPad Driver

ASecondaryIndexAccess<(Of <(<'T>)>)>..::..AsEnumerable Method

Returns IEnumerable>AQueryRecord< based on DefaultFilter and filterExpression.

Namespace:  Aerospike.Database.LINQPadDriver.Extensions
Assembly:  Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)

Syntax


public IEnumerable<AQueryRecord<T>> AsEnumerable(
	Exp filterExpression,
	bool returningOnlyMatchingCT
)

Parameters

filterExpression
Type: Exp
A Filter Exp used to obtain the collection of records.
returningOnlyMatchingCT
Type: Boolean
if true (default), only index values that match the collection type are returned. If false values that don't match the collection type are returned but will be wrapped with "!|'<value>'|!"

Return Value