RbacUserPreferences
Stores user preferences for web applications.
erDiagram
RbacUser ||--o{ RbacUserPreferences : "RbacUserID"
Fields
| Field |
Type |
Description |
| BlobValue |
varbinary |
Optional for binary settings values |
| BooleanValue |
boolean |
Boolean representation of the value |
| DateTimeValue |
datetime |
Date/Time representation of the value |
| ID |
numeric |
Internal ID for the RbacUserPreferences entity (Primary Key) |
| IntegerValue |
numeric |
Integer representation of the value |
| LastModification |
datetime |
Date/Time this setting was last modified |
| Name |
string |
Name of the preference setting |
| RbacUserID |
numeric |
Internal ID that references the RbacUser entity (Foreign Key) |
| Value |
string |
String representation of the value |
| XmlValue |
xml |
Optional for Xml Values that need to be referenced by SQL |
References
| Column Name |
Referenced Table |
Description |
| RbacUserID |
RbacUser |
User object for RBAC. Typically replicated from Active Directory. |