A Sandcastle Documented Class Library
SelectOperator Enumeration |
Enumeration is used to bind two select criteria
Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Not | 0 | Select tags that do not match the specified criteria. | |
Or | 1 | Select tags that match the specified criteria in addition to tags matching earlier selects. | |
And | 2 | Select tags that match the specified criteria from the tags matching earlier selects. |
See Also