May 2017
Intermediate to advanced
442 pages
11h 55m
English
Enumerated types are called Base Enums in Operations, which are similar to enumerated types in C#. They are commonly referred to as Enums. It is an integer referenced as a symbol, which can be used in code to control logic. It can also be used as a field on a table that provides a fixed drop-down list to the user. When used as a field, it has the ability to provide user-friendly labels for each symbol.
All Enums have to be defined in the data model before we use them and can't be ...
Read now
Unlock full access