tblEnumAttribute

tblEnumAttribute is a hardcoded table that contains the Visibility and Behavior attributes that are used in the Node table.

Columns

Column Type Description
attributeID
smallint, not null
ID of the attribute.
attributeName
nvarchar (256), not null
Name of the attribute.

Key

Column Description
attributeID
Primary key.

Table Values

attributeID attributeName
1
Visibility.
2
Behavior.

See also

tblNode