Class DBC.TempDbLockFields
Fields for TempDbLock, Represents a temporary lock on a resource identified by table_id and key
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TempDbLockFields : Object
Fields
Key
TempDbLock.Key: The key/id of the locked resource
Declaration
public const string Key = "key"
Field Value
Type | Description |
---|---|
String |
Registered
TempDbLock.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
TempDbLock.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
TableNumber
TempDbLock.TableNumber: The table number (or domain) of the locked resource
Declaration
public const string TableNumber = "table_number"
Field Value
Type | Description |
---|---|
String |
TempDbLockId
TempDbLock.TempDbLockId: Primary key
Declaration
public const string TempDbLockId = "temp_db_lock_id"
Field Value
Type | Description |
---|---|
String |
TimeoutAt
TempDbLock.TimeoutAt: When this lock times out. Refreshing this while working is a good idea.
Declaration
public const string TimeoutAt = "timeout_at"
Field Value
Type | Description |
---|---|
String |
Updated
TempDbLock.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
TempDbLock.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
TempDbLock.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |