SetRecords<(Of <(<'T>)>)>..::..FirstOrDefault Method
Overload List
Name | Description | |
---|---|---|
![]() |
FirstOrDefault(Exp) |
Returns the first record or null from the set based on DefaultQueryPolicy or filterExpression.
|
![]() |
FirstOrDefault(Func<(Of <<'(T, Boolean>)>>), Exp) |
Returns the first record or null from the set based on DefaultScanPolicy or filterExpression.
|
![]() |
FirstOrDefault(Func<(Of <<'(ARecord, Boolean>)>>), Exp) |
Returns the first record or null from the set based on DefaultScanPolicy or filterExpression.
(Inherited from SetRecords.) |