OpcFilterOperator Enum

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

C#

public enum OpcFilterOperator


Inheritance ObjectValueTypeEnum › OpcFilterOperator

Name Value Description
EqualsTo 0
IsNull 1
GreaterThan 2
LessThan 3
GreaterThanOrEqualsTo 4
LessThanOrEqualsTo 5
Like 6
Not 7
Between 8
InList 9
And 10
Or 11
Cast 12
InView 13
OfType 14
RelatedTo 15
BitwiseAnd 16
BitwiseOr 17