TagGroup
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each tag group used by the system.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) |
int, NOT NULL |
A unique identifier for the tag group. |
|
Description |
nvarchar(50), NULL |
A description of the tag group. |
|
CreatedDate |
datetime2(7), NULL |
The date the tag group was created. |
|
CreatedBy |
nvarchar(18), NULL |
The person or application that created the tag group. |
|
Type |
int, NULL |
The type of tags in this group. |