Click or drag to resize
weroSoft AG, Software
WhereClauseExtensions Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides extension functionality for sorting of query results.
Inheritance Hierarchy
SystemObject
  WeroSoft.QueryingWhereClauseExtensions

Namespace:  WeroSoft.Querying
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class WhereClauseExtensions

The WhereClauseExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAnd
Creates a logical AND clause containing multiple clauses.
Public methodStatic memberContains
Creates a where clause determining whether the string instance contains a specified string.
Public methodStatic memberEndsWith
Creates a where clause determining whether the end of this string instance matches a specified string.
Public methodStatic memberIsEqual
Creates a where clause checking for equality.
Public methodStatic memberIsGreaterThan
Creates a where clause determining whether the value of the instance is greater than the defined comparing value.
Public methodStatic memberIsGreaterThanOrEqual
Creates a where clause determining whether the value of the instance is greater than or equal to the defined comparing value.
Public methodStatic memberIsLessThan
Creates a where clause determining whether the value of the instance is less than the defined comparing value.
Public methodStatic memberIsLessThanOrEqual
Creates a where clause determining whether the value of the instance is less than or equal to the defined comparing value.
Public methodStatic memberIsNotEqual
Creates a where clause checking for inequality.
Public methodStatic memberOr
Creates a logical OR clause containing multiple clauses.
Public methodStatic memberStartsWith
Creates a where clause determining whether the start of this string instance matches a specified string.
Top
See Also