SetRecords<(Of <(<'T>)>)>..::..FirstOrDefault Method (Exp)
Returns the first record or null from the set based on DefaultQueryPolicy or filterExpression.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public T FirstOrDefault( Exp filterExpression )
Parameters
- filterExpression
- Type: Exp
A Filter Exp used to obtain the collection of records.