| Name | Description |
| Asc | Creates new sorting item to sort by the column in ascending order. Alias for "Ascending". |
| Ascending | Creates new sorting item to sort by the column in ascending order. |
| Assign | Overridden. |
| Avg | Creates new aggregation item to return the average value of this column in resultset. |
| Between | Creates new filter condition for the column to accept values in a range Between the specified. |
| Condition | Creates new filter condition for the column to accept values that meet the specified condition. |
| Count | Creates new aggregation item to count the number of not-null items in resultset. |
| Desc | Creates new sorting item to sort by the column in descending order. Alias for "Descending". |
| Descending | Creates new sorting item to sort by the column in descending order. |
| Equal | Creates new filter condition for the column to accept values that are Equal to the specified. |
| Greater | Creates new filter condition for the column to accept values that are Greater than the specified. |
| GreaterEqual | Creates new filter condition for the column to accept values that are Greater or Equal to the specified. |
| In | Creates new filter condition for the column to accept values Listed in the specified comma-separated string. |
| IsNotNull | Creates new filter condition to accept Not Null values for the column. Alias for "Not_IsNull". |
| IsNull | Creates new filter condition for the column to accept Null values. |
| Less | Creates new filter condition for the column to accept values that are Less than the specified. |
| LessEqual | Creates new filter condition for the column to accept values that are Less or Equal to the specified. |
| Like | Creates new filter condition for the column to accept values like the specified pattern. |
| Max | Creates new aggregation item to return the maximum value of this column in resultset. |
| Min | Creates new aggregation item to return the minimum value of this column in resultset. |
| Not_Between | Creates new filter condition for the column to accept values not in a range Between the specified. |
| Not_Equal | Creates new filter condition for the column to accept values that are Not Equal to the specified. |
| Not_Greater | Creates new filter condition for the column to accept values that are Not Greater than the specified. |
| Not_GreaterEqual | Creates new filter condition for the column to accept values that are Not Greater or Equal than the specified. Alias for "Less". |
| Not_In | Creates new filter condition for the column to accept values Not Listed in the specified comma-separated string. |
| Not_IsNull | Creates new filter condition to accept Not Null values for the column. |
| Not_Less | Creates new filter condition for the column to accept values that are Not Less than the specified. |
| Not_LessEqual | Creates new filter condition for the column to accept values that are Not Less or Equal than the specified. Alias for "Greater". |
| Not_Like | Creates new filter condition for the column to accept values Not like the specified pattern. |
| Sum | Creates new aggregation item to summarize values of this column in resultset. |