Enum QuerySelect
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Specifies the query select type in IQueryParameters
public enum QuerySelect
- Extension Methods
Fields
[EnumExtension("all", "All")] All = 0
All (selected and not selected transponders)
[EnumExtension("nsl", "Not selected")] NotSelected = 1
Not selected transponders only
[EnumExtension("sl", "Selected")] Selected = 2
Selected transponders only