| Name | Description |
| Add | Overloaded. Returns an expression that is an Add expression of the current expression and right. |
| And | Returns an expression that is an And expression of the current expression and right. |
| Cast | Overloaded. Returns an expression that is an Cast expression of the current expression and propertyType. |
| Ceiling | Returns an expression that is an Ceiling expression of the current expression. |
| Concat | Overloaded. Returns an expression that is an Concat expression of the current expression and toAppend. |
| Contains | Overloaded. Returns an expression that is an Contains expression of the current expression and subString. |
| Date | Returns an expression that is an Date expression of the current expression. |
| Day | Returns an expression that is an Day expression of the current expression. |
| Divide | Overloaded. Returns an expression that is a Divide expression of the current expression and right. |
| DividedBy | Overloaded. Returns an expression that is a Divide expression of the current expression and right. |
| EndsWith | Overloaded. Returns an expression that is an EndsWith expression of the current expression and subString. |
| Evaluate | Evaluates the expression for the provided item, given a data provider and schema. |
| Floor | Returns an expression that is a Floor expression of the current expression. |
| Function | Creates an function filter expression. |
| Group | Returns an expression that is a group expression of the current expression. |
| Hour | Returns an expression that is an Hour expression of the current expression. |
| IndexOf | Overloaded. Returns an expression that is an IndexOf expression of the current expression and toFind. |
| IsEqualTo | Overloaded. Returns an expression that is an IsEqualTo expression of the current expression and right. |
| IsFilterExpression | |
| IsGreaterThan | Overloaded. Returns an expression that is an IsGreaterThan expression of the current expression and right. |
| IsGreaterThanOrEqualTo | Overloaded. Returns an expression that is an IsGreaterThanOrEqualTo expression of the current expression and right. |
| IsLastMonth | Returns an expression that is a LastMonth expression of the current expression. |
| IsLastQuarter | Returns an expression that determines if the current expression is a date within the last quarter of the year. |
| IsLastWeek | Returns an expression that is a LastWeek expression of the current expression. |
| IsLastYear | Returns an expression that is a LastYear expression of the current expression. |
| IsLessThan | Overloaded. Returns an expression that is an IsLessThan expression of the current expression and right. |
| IsLessThanOrEqualTo | Overloaded. Returns an expression that is an IsLessThanOrEqualTo expression of the current expression and right. |
| IsNextMonth | Returns an expression that is a NextMonth expression of the current expression. |
| IsNextQuarter | Returns an expression that determines if the current expression is a date within the next quarter of the year. |
| IsNextWeek | Returns an expression that is a NextWeek expression of the current expression. |
| IsNextYear | Returns an expression that is a NextYear expression of the current expression. |
| IsNotEqualTo | Overloaded. Returns an expression that is an IsNotEqualTo expression of the current expression and right. |
| IsOf | Overloaded. Returns an expression that is an IsOf expression of the current expression and propertyType. |
| IsQ1 | Returns an expression that determines if the current expression is a date within Q1 (Jan, Feb, Mar). |
| IsQ2 | Returns an expression that determines if the current expression is a date within Q2 (Apr, May, Jun). |
| IsQ3 | Returns an expression that determines if the current expression is a date within Q3 (Jul, Aug, Sep). |
| IsQ4 | Returns an expression that determines if the current expression is a date within Q4 (Oct, Nov, Dec). |
| IsSchemaType | |
| IsThisMonth | Returns an expression that is a ThisMonth expression of the current expression. |
| IsThisQuarter | Returns an expression that determines if the current expression is a date within the current quarter of the year. |
| IsThisWeek | Returns an expression that is a ThisWeek expression of the current expression. |
| IsThisYear | Returns an expression that is a ThisYear expression of the current expression. |
| IsToday | Returns an expression that determines if the current expression is today's date. |
| IsTomorrow | Returns an expression that determines if the current expression is tomorrow's date. |
| IsYearToDate | Returns an expression that determines if the current expression is a date between the start of the year and today's date. |
| IsYesterday | Returns an expression that determines if the current expression is yesterday's date. |
| Length | Returns an expression that is an Length expression of the current expression. |
| Literal | Builds a literal value expression for the provided value. |
| MarkAutoGenerated | |
| Match | Determines if an item matches the filter expression given a data provider and schema. |
| Minus | Overloaded. Returns an expression that is an Subtract expression of the current expression and right. |
| Minute | Returns an expression that is an Minute expression of the current expression. |
| Modulo | Overloaded. Returns an expression that is an Modulus expression of the current expression and right. |
| Month | Returns an expression that is an Month expression of the current expression. |
| Multiply | Overloaded. Returns an expression that is an Multiply expression of the current expression and right. |
| Not | Returns an expression that is a Not expression of the current expression. |
| Now | Returns an expression that is an Now expression. |
| NullLiteral | Builds a null literal expression. |
| Operation | Overloaded. Creates an operator filter expression. |
| Or | Returns an expression that is an Or expression of the current expression and right. |
| Plus | Overloaded. Returns an expression that is an Add expression of the current expression and right. |
| Property | Builds a property access expression for the provided property. |
| Replace | Overloaded. Returns an expression that is an Replace expression of the current expression. |
| Round | Returns an expression that is an Round expression of the current expression. |
| Second | Returns an expression that is an Second expression of the current expression. |
| StartsWith | Overloaded. Returns an expression that is an StartsWith expression of the current expression. |
| Substring | Overloaded. Returns an expression that is an Substring expression of the current expression. |
| Subtract | Overloaded. Returns an expression that is an Subtract expression of the current expression and right. |
| Time | Returns an expression that is an Time expression of the current expression. |
| Times | Overloaded. Returns an expression that is an Multiply expression of the current expression and right. |
| ToLower | Returns an expression that is an ToLower expression of the current expression. |
| ToUpper | Returns an expression that is an ToUpper expression of the current expression. |
| Trim | Returns an expression that is an Trim expression of the current expression. |
| UnquotedLiteral | Builds a literal value expression for the provided value which should be left unquoted. |
| Year | Returns an expression that is an Year expression of the current expression. |