QuickSearchPart
Primary Key
| Primary Key | Field Type | 
|---|---|
| ID | int | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| Name | nvarchar(100) | |||
| SearchCaption | nvarchar(50) | |||
| DestinationPageID | int | |||
| Guid | uniqueidentifier | yes | Default = (newid()) | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| SiteContentID | int | SiteContent.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_QuickSearchPart | ID | yes | yes | yes |