ControlType


Description

Control type definitions defining types of user interface controls and form elements. This lookup table manages control type classifications to support dynamic form generation, user interface customization, and form control management.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ControlTypeID int identity 4 null

Primary key - Unique identifier for each control type

ControlType varchar 50 null

Control type name - Name of the control type

Indexes

Constraint Name Type Sort Column(s)
PK_ControlType Primary key Asc ControlTypeID

Relationships