Class EjselEjselTableInfo
Table 'ejsel_ejsel': This table defines sources for complex selections in a many/many relationship
Implements
Inherited Members
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 TablesInfo.GetEjselEjselInfo().
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 |
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 TablesInfo.GetEjselEjselInfo().
Properties
Child
Field 'child' in table 'ejsel_ejsel': Dictionary type FK, target: Ejselection, .NET type: int
The id of the child item selectionDeclaration
public Int32FieldInfo Child { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetEjselEjselInfo().
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> |
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 TablesInfo.GetEjselEjselInfo().
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
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 TablesInfo.GetEjselEjselInfo().
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 |
---|---|
int |
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 TablesInfo.GetEjselEjselInfo().
EjselEjselId
Field 'id' in table 'ejsel_ejsel': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo EjselEjselId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetEjselEjselInfo().
Operation
Field 'operation' in table 'ejsel_ejsel': Dictionary type Int, .NET type: int
The operation to be performed when this source is added to the selectionDeclaration
public Int32FieldInfo Operation { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetEjselEjselInfo().
OrderPos
Field 'order_pos' in table 'ejsel_ejsel': Dictionary type Int, .NET type: int
The order in which the operations are performedDeclaration
public Int32FieldInfo OrderPos { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetEjselEjselInfo().
Parent
Field 'parent' in table 'ejsel_ejsel': Dictionary type FK, target: Ejselection, .NET type: int
The id of the selection for which this item is a sourceDeclaration
public Int32FieldInfo Parent { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 TablesInfo.GetEjselEjselInfo().
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> |
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 TablesInfo.GetEjselEjselInfo().
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 |
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 TablesInfo.GetEjselEjselInfo().