Primary Key Field Type
 ID int

Field Field Type Null Notes Description
 Name nvarchar(100)  
 SearchCaption nvarchar(50)  
 DestinationPageID int  
 Guid uniqueidentifier Default = (newid())

Foreign Key Field Type Null Notes Description
 SiteContentID int   SiteContent.ID

Index Name Field(s) Unique Primary Clustered
 PK_QuickSearchPart ID

Entity-Relationship diagram of this table