ComparisonFilter.Comparator enumeration
Represents an enumeration that contains the comparison options.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration Comparator
'Usage
Dim instance As ComparisonFilter.Comparator
public enum Comparator
Members
Member name | Description | |
---|---|---|
Equals | Specifies the value of the filter is equal to the value in the external system. | |
NotEquals | Specifies the value of the filter is not equal to the value in the external system. | |
GreaterThan | Specifies the value of the filter is greater than the value in the external system. | |
LessThan | Specifies the value of the filter is less than the value in the external system. | |
GreaterThanEquals | Specifies the value of the filter is greater than or equal to the value in the external system. | |
LessThanEquals | Specifies the value of the filter is less than or equal to the value in the external system. |