TagGroup
- Last UpdatedMar 18, 2021
- 1 minute read
Contains one row for each defined tag group. A tag group is a simple, non-hierarchical grouping of tags that can be used by the system.
|
Column |
Data type |
Description |
|---|---|---|
|
(PK) GroupID |
int NOT NULL |
The identifier for a group of tags. |
|
Description |
nvarchar(50) NULL |
The description for the group of tags. |
|
CreatedDate |
datetime2(7) NULL |
The creation date for the tag grouping. |
|
CreatedBy |
nchar(18) NULL |
The name of the user or application that created the group of tags. |
|
Type |
int NULL |
The type of tag group. 1 to 100 = System use. 100 = Users and third-party client applications. |