AttributeType
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each attribute type.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) AttributeTypeKey |
int NOT NULL |
The unique numerical identifier for the attribute. This value is automatically generated by the system when the attribute is added. |
|
AttributeTypeName |
nvarchar(255) NOT NULL |
The name of the attribute type. |
|
AttributeTypeValue |
tinyint NOT NULL |
The bit mask for the attribute type. |