Skip to content

RbacUserPreferences

Stores user preferences for web applications.

Fields

Field Type Description
BlobValue varbinary Optional for binary settings values
BooleanValue bit Boolean representation of the value
DateTimeValue datetime2 Date/Time representation of the value
ID bigint Internal ID for the RbacUserPreferences entity (Primary Key)
IntegerValue bigint Integer representation of the value
LastModification datetime2 Date/Time this setting was last modified
Name nvarchar Name of the preference setting
RbacUserID bigint Internal ID that references the RbacUser entity (Foreign Key)
Value nvarchar String representation of the value
XmlValue xml Optional for Xml Values that need to be referenced by SQL