Class DBC.UserAttributeFields
Fields for UserAttribute, This table is used for storing various attributes for users.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class UserAttributeFields : Object
Fields
AttKey
UserAttribute.AttKey: An identifying string key for the entry
Declaration
public const string AttKey = "att_key"
Field Value
Type | Description |
---|---|
String |
AttValue
UserAttribute.AttValue: The value of the attribute.
Declaration
public const string AttValue = "att_value"
Field Value
Type | Description |
---|---|
String |
UserAttributeId
UserAttribute.UserAttributeId: The primary key (auto-incremented)
Declaration
public const string UserAttributeId = "id"
Field Value
Type | Description |
---|---|
String |
UserId
UserAttribute.UserId: The user associated with this attribute.
Declaration
public const string UserId = "user_id"
Field Value
Type | Description |
---|---|
String |