V9.Common:Operation

Jump to: navigation, search

Operation

String enumeration of filter operations.

ValueDescription
Contains Value of the column must contain the value specified in the Filter expression. This operation is not applicable to value types (Integer, String Guid, DateTime, etc.) and, if used, will result in a warning and the filter being ignored.
Equals Value of the column must exactly match the value specified in the Filter expression.
Ends Value of the column must end with the value specified in the Filter expression. This operation is not applicable to value types (Integer, String Guid, DateTime, etc.) and, if used, will result in a warning and the filter being ignored.
GEQ Value of the column must be greater than or equal to the value specified in the Filter expression.
GT value of the column must be greater than the value specified in the Filter expression.
LEQ Value of the column must be less than or equal to the value specified in the Filter expression.
LT Value of the column must be less than the value specified in the Filter expression.
Match Value of the column must match a grep-style regular expression specified in the Filter expression. This operation is not applicable to value types (Integer, String Guid, DateTime, etc.) and, if used, will result in a warning and the filter being ignored.
Starts Value of the column must begin with the value specified in the Filter expression. This operation is not applicable to value types (Integer, String Guid, DateTime, etc.) and, if used, will result in a warning and the filter being ignored.
Personal tools