Aerospike.Database.LINQPadDriver.Extensions Namespace
Aerospike LINDPad Driver

SetRecords<(Of <(<'T>)>)>..::..FirstOrDefault Method

Overload List


  Name Description
Public method FirstOrDefault(Exp)
Returns the first record or null from the set based on DefaultQueryPolicy or filterExpression.
Public method FirstOrDefault(Func<(Of <<'(T, Boolean>)>>), Exp)
Returns the first record or null from the set based on DefaultScanPolicy or filterExpression.
Public method FirstOrDefault(Func<(Of <<'(ARecord, Boolean>)>>), Exp)
Returns the first record or null from the set based on DefaultScanPolicy or filterExpression.
(Inherited from SetRecords.)