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