Class DBC.EjselResultSetFields
Fields for EjselResultSet, This table stores result set reference data, result sets for selections
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EjselResultSetFields : Object
Fields
EjselResultSetId
EjselResultSet.EjselResultSetId: Primary key
Declaration
public const string EjselResultSetId = "id"
Field Value
Type | Description |
---|---|
String |
MetaResult
EjselResultSet.MetaResult: The id of the selection for which this item is part of a result
Declaration
public const string MetaResult = "meta_result"
Field Value
Type | Description |
---|---|
String |
RefId
EjselResultSet.RefId: The id of the element for which this item belongs
Declaration
public const string RefId = "ref_id"
Field Value
Type | Description |
---|---|
String |