Class DBC.EjselEjselFields
Fields for EjselEjsel, This table defines sources for complex selections in a many/many relationship
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EjselEjselFields : Object
Fields
Child
EjselEjsel.Child: The id of the child item selection
Declaration
public const string Child = "child"
Field Value
Type | Description |
---|---|
String |
EjselEjselId
EjselEjsel.EjselEjselId: Primary key
Declaration
public const string EjselEjselId = "id"
Field Value
Type | Description |
---|---|
String |
Operation
EjselEjsel.Operation: The operation to be performed when this source is added to the selection
Declaration
public const string Operation = "operation"
Field Value
Type | Description |
---|---|
String |
OrderPos
EjselEjsel.OrderPos: The order in which the operations are performed
Declaration
public const string OrderPos = "order_pos"
Field Value
Type | Description |
---|---|
String |
Parent
EjselEjsel.Parent: The id of the selection for which this item is a source
Declaration
public const string Parent = "parent"
Field Value
Type | Description |
---|---|
String |