Class DBC.StaticListRefFields
Fields for StaticListRef, This table stores id references for selections id lists
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class StaticListRefFields
Fields
ListId
StaticListRef.ListId: The id of the list we link to
Declaration
public const string ListId = "list_id"
Field Value
Type | Description |
---|---|
String |
RefId
StaticListRef.RefId: The id of the element which this item points to
Declaration
public const string RefId = "ref_id"
Field Value
Type | Description |
---|---|
String |
StaticListRefId
StaticListRef.StaticListRefId: Primary key
Declaration
public const string StaticListRefId = "id"
Field Value
Type | Description |
---|---|
String |