EnumValue Table
Topic Last Modified: 2011-01-27
The EnumValue table is a hardcoded table that contains the Visibility and Behavior values of the attributes that are used in the Node table.
Columns
Column | Type | Description |
---|---|---|
valueID |
smallint, not null |
ID of the value. |
attributeID |
smallint, not null |
ID of the attribute. |
attributeValue |
nvarchar (256), not null |
Name of the value. |
Keys
Column | Description |
---|---|
valueID |
Primary key. |
attributeID |
Foreign key with lookup in tblEnumAttribute.attributeID. |