ComparisonFilter.Comparator enumeration

Represents an enumeration that contains the comparison options.

Namespace:  Microsoft.Office.BusinessData.Runtime
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
Public Enumeration Comparator
'Usage
Dim instance As ComparisonFilter.Comparator
public enum Comparator

Members

Member name Description
Equals Specifies that the external system is expected to use the value of the filter for comparison with the external data item to check whether it is equal to the external data item.
NotEquals Specifies that the external system is expected to use the value of the filter for comparison with the external data item to check whether it is not equal to the external data item.
GreaterThan Specifies that the external system is expected to use the value of the filter for comparison with the external data item to check whether it is greater than the external data item.
LessThan Specifies that the external system is expected to use the value of the filter for comparison with the external data item to check whether it is less than the external data item.
GreaterThanEquals Specifies that the external system is expected to use the value of the filter for comparison with the external data item to check whether it is greater than or equal to the external data item.
LessThanEquals Specifies that the external system is expected to use the value of the filter for comparison with the external data item to check whether it is less than or equal to the external data item.

See also

Reference

Microsoft.Office.BusinessData.Runtime namespace