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.ExtensionsAssembly: 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].