Table of Contents

TTMSFNCFilterBuilderExpressionOperator Enumeration

Specifies the comparison operator used in a filter expression.

API unit family: TMS.TMSFNCFilterBuilder

Members

Name Description
feoStartsWith Matches values that start with the expression value.
feoEndsWith Matches values that end with the expression value.
feoContains Matches values that contain the expression value.
feoEqual Matches values that are equal to the expression value.
feoNotEqual Matches values that are not equal to the expression value.
feoEmpty Matches values that are null or empty.
feoNotEmpty Matches values that are not null or empty.
feoLargerThan Matches values greater than the expression value.
feoSmallerThan Matches values less than the expression value.
feoLargerThanOrEqual Matches values greater than or equal to the expression value.
feoSmallerThanOrEqual Matches values less than or equal to the expression value.