Code¶
Used to translate various encoded values into clear text. An example of codes are numeric WMI status values.
Fields¶
Field | Type | Description |
---|---|---|
CodeClassID | bigint | Internal ID that references the CodeClass entity (Foreign Key) |
ID | bigint | Internal ID for the Code entity (Primary Key) |
Key | nvarchar | Name used to reference the code from applications and queries |
Value | nvarchar | Translated code value, useually a friendly name for the code. |