USERSETTINGSSEARCHLIST
Primary Key
Primary Key | Field Type |
---|---|
ID | uniqueidentifier |
Fields
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
PARAMETERS | xml | yes | ||
GRIDSETTINGS | xml | yes |
Foreign Keys
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
APPUSERID | uniqueidentifier | APPUSER.ID | ||
SEARCHLISTCATALOGID | uniqueidentifier | SEARCHLISTCATALOG.ID |
Indexes
Index Name | Fields | Unique | Primary | Clustered |
---|---|---|---|---|
PK_USERSETTINGSSEARCHLIST | ID | yes | yes | yes |
UIX_USERSETTINGSSEARCHLIST_APPUSERID_SEARCHLISTCATALOGID | APPUSERID, SEARCHLISTCATALOGID | yes |