Generated using SQL Data Dictionary demo version.
| |
Column |
Data Type |
Identity |
Nullable |
Default |
| PK |
DashboardControlID |
int |
X |
|
|
|
DashboardControlKey |
nvarchar(50) |
|
|
|
|
IsEnabled |
bit |
|
|
|
|
DashboardControlSrc |
nvarchar(250) |
|
|
|
|
DashboardControlLocalResources |
nvarchar(250) |
|
|
|
|
ControllerClass |
nvarchar(250) |
|
X |
|
|
ViewOrder |
int |
|
|
0 |
|
FK
|
PackageID |
int |
|
|
-1 |
Indexes:
-
PK_Dashboard
- (Primary Key)
- (Clustered)
References:
Used by:
- Procedure
dbo.Dashboard_AddControl
- Procedure
dbo.Dashboard_DeleteControl
- Procedure
dbo.Dashboard_GetControls
- Procedure
dbo.Dashboard_GetDashboardControlByKey
- Procedure
dbo.Dashboard_GetDashboardControlByPackageId
- Procedure
dbo.Dashboard_UpdateControl