AValue..::..FindAll<(Of <(<'T>)>)> Method
Determines if matchValue matches Value based on options and return the found value..
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public IEnumerable<AValue> FindAll<T>( T matchValue, AValue..::..MatchOptions options )
Type Parameters
- T
- The type of matchValue
Parameters
- matchValue
- Type: T
The value used to determined a match based on options. If options is Regex, this param should be a RegEx string or a Regex instance. If this param is a KeyValuePair, both the key and value must match.
- options
- Type: Aerospike.Database.LINQPadDriver.Extensions..::..AValue..::..MatchOptions
Matching options based on AValue..::..MatchOptions.