Show / Hide Table of Contents

Class EjselEjselTableInfo

Table 'ejsel_ejsel': This table defines sources for complex selections in a many/many relationship

Inheritance
Object
TableInfo
EjselEjselTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(FieldInfo[])
TableInfo.FieldInfoFromSoField(SoField)
TableInfo.Clone()
TableInfo.IsSameTable(TableInfo)
TableInfo.FindField(String)
TableInfo.ProtAll
TableInfo.HashCheckFields
TableInfo.TableName
TableInfo.DbName
TableInfo.IsDictionaryTable
TableInfo.All
TableInfo.Item[String]
TableInfo.PrimaryKeyField
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ejsel_ejsel")]
public class EjselEjselTableInfo : TableInfo, ICloneable
Remarks

An instance of this class represents one instance of this table in an SQL statement. In most cases each table appears only once in a SELECT, but in cases where you need to self-join, or there are multiple occurrences for other reasons (typically additional restrictions in the joins), then you will need multiple instances.
Instances of this class are created by calling .

Fields

DictionaryTableName

Conceptual name of table EjselEjsel in the database dictionary: ejsel_ejsel

Declaration
public const string DictionaryTableName = "ejsel_ejsel"
Field Value
Type Description
String

Properties

Child

Field 'child' in table 'ejsel_ejsel': Dictionary type FK, .NET type: Int32

The id of the child item selection

Declaration
public Int32FieldInfo Child { get; }
Property Value
Type Description
Int32FieldInfo

Child_InnerJoin_Ejselection

Generated join from the foreign key Child in this table, to its target table EjselectionTableInfo.

Declaration
public TargetedInnerJoin<EjselectionTableInfo> Child_InnerJoin_Ejselection { get; }
Property Value
Type Description
TargetedInnerJoin<EjselectionTableInfo>

Definition

Definition of the table as described in the deployed runtime dictionary

Declaration
public override SoTable Definition { get; }
Property Value
Type Description
SoTable
Overrides
TableInfo.Definition

DictionaryTableNumber

Table number for table EjselEjsel in the database dictionary; potentially changes between databases, but always the same over the lifetime of any single database

Declaration
public int DictionaryTableNumber { get; }
Property Value
Type Description
Int32

EjselEjselId

Field 'id' in table 'ejsel_ejsel': Dictionary type PK, .NET type: Int32

Primary key

Declaration
public Int32FieldInfo EjselEjselId { get; }
Property Value
Type Description
Int32FieldInfo

Operation

Field 'operation' in table 'ejsel_ejsel': Dictionary type Int, .NET type: Int32

The operation to be performed when this source is added to the selection

Declaration
public Int32FieldInfo Operation { get; }
Property Value
Type Description
Int32FieldInfo

OrderPos

Field 'order_pos' in table 'ejsel_ejsel': Dictionary type Int, .NET type: Int32

The order in which the operations are performed

Declaration
public Int32FieldInfo OrderPos { get; }
Property Value
Type Description
Int32FieldInfo

Parent

Field 'parent' in table 'ejsel_ejsel': Dictionary type FK, .NET type: Int32

The id of the selection for which this item is a source

Declaration
public Int32FieldInfo Parent { get; }
Property Value
Type Description
Int32FieldInfo

Parent_InnerJoin_Ejselection

Generated join from the foreign key Parent in this table, to its target table EjselectionTableInfo.

Declaration
public TargetedInnerJoin<EjselectionTableInfo> Parent_InnerJoin_Ejselection { get; }
Property Value
Type Description
TargetedInnerJoin<EjselectionTableInfo>

RuntimeDefinition

Definition of the table as described in the deployed runtime dictionary

Declaration
[Obsolete("Use instance property Definition or static member DictionaryTableNumber", true)]
public static SoTable RuntimeDefinition { get; }
Property Value
Type Description
SoTable

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top