Click or drag to resize
weroSoft AG, Software
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
C#
public enum SelectMethod
Members
  Member nameValueDescription
Unknown0 The search method is not defined.
FirstOrDefault1 Filter with first or default.
First2 Filter with first.
LastOrDefault3 Filter with last or default.
Last4 Filter with last.
Where5 Filter with where.
See Also