Aerospike LINDPad Driver

AValueHelper..::..FindAll<(Of <(<'T>)>)> Method

Finds all matching values based on matchValue and matchOptions. For more information see [AValue.FindAll{T}(T, AValue.MatchOptions)].

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

Syntax


public static IEnumerable<AValue> FindAll<T>(
	this IEnumerable<AValue> source,
	T matchValue,
	AValue..::..MatchOptions matchOptions
)

Type Parameters

T
matchValue's type

Parameters

source
Type: IEnumerable<(Of <(<'AValue>)>)>
A collection of [AValue]
matchValue
Type: T
The value used to determine if a match occurred.
matchOptions
Type: Aerospike.Database.LINQPadDriver.Extensions..::..AValue..::..MatchOptions
Matching options based on [AValue.MatchOptions].

Return Value

A collection of matched [AValue]

See Also


[AValue.FindAll{T}(T, AValue.MatchOptions)]
[AValue.Contains{T}(T, AValue.MatchOptions)]
[AValue.TryGetValue(object, bool)]
[Contains{T}(IEnumerable{AValue}, T, AValue.MatchOptions)]
[TryGetValue{T}(IEnumerable{AValue}, T, bool)]