SharingPart
Primary Key
| Primary Key | Field Type | 
|---|---|
| Guid | uniqueidentifier | 
Fields
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ID | int | |||
| CreateDate | datetime | Default = getutcdate() | ||
| UpdateDate | datetime | Default = getutcdate() | ||
| CreateID | int | yes | ||
| UpdateID | int | yes | ||
| SharingCaption | nvarchar(50) | |||
| EmailTemplateID | int | |||
| ShowEmail | bit | |||
| ShowDelicious | bit | |||
| ShowDigg | bit | |||
| ShowFacebook | bit | |||
| ShowNewsVine | bit | |||
| ShowYahoo | bit | 
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| SiteContentID | int | SiteContent.ID | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| PK_SharingPart | Guid | yes | yes | yes |