WhereBuilder
Functions
Create an equal to expression that evaluates whether or not the current property is equal to the given expression.
Create a greater than expression that evaluates whether or not the current property is greater than the given expression.
Create a greater than or equal to expression that evaluates whether or not the current property is greater than or equal to the given expression.
Create a less than expression that evaluates whether or not the current property is less than the given expression.
Create a less than or equal to expression that evaluates whether or not the current property is less than or equal to the given expression.
Create a Like expression that evaluates whether or not the current property is LIKE the given expression.
Create a NOT equal to expression that evaluates whether or not the current property is not equal to the given expression.