SearchPart
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| Name | nvarchar(100) | |||
| Description | nvarchar(1024) | |||
| SearchCaption | nvarchar(50) | |||
| Guid | uniqueidentifier | yes | Default = (newid()) | |
| SiteSearchType | int |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteContentID | int | SiteContent.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_SearchPart | ID | yes | yes | yes |
Referenced by
| Referenced by | Field |
|---|---|
| SEARCHPART_CLIENTSITES | SEARCHPARTID |