 |
SelectMethod Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Define the used search method.
Namespace:
WeroSoft.Core
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The search method is not defined.
|
| FirstOrDefault | 1 |
Filter with first or default.
|
| First | 2 |
Filter with first.
|
| LastOrDefault | 3 |
Filter with last or default.
|
| Last | 4 |
Filter with last.
|
| Where | 5 |
Filter with where.
|
See Also