Class EjselMetaResultTableInfo
Table 'ejsel_meta_result': This table stores result meta data
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("ejsel_meta_result")]
public class EjselMetaResultTableInfo : 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.GetEjselMetaResultInfo().
Fields
DictionaryTableName
Conceptual name of table EjselMetaResult in the database dictionary: ejsel_meta_result
Declaration
public const string DictionaryTableName = "ejsel_meta_result"
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.GetEjselMetaResultInfo().
Properties
CreatedAt
Field 'created_at' in table 'ejsel_meta_result': Dictionary type DateTime, .NET type: DateTime
When the result set was created.Declaration
public DateTimeFieldInfo CreatedAt { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
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.GetEjselMetaResultInfo().
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.GetEjselMetaResultInfo().
DictionaryTableNumber
Table number for table EjselMetaResult 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.GetEjselMetaResultInfo().
EjselMetaResultId
Field 'id' in table 'ejsel_meta_result': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo EjselMetaResultId { 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.GetEjselMetaResultInfo().
Ejselection
Field 'ejselection' in table 'ejsel_meta_result': Dictionary type FK, target: Ejselection, .NET type: int
The id of the selection for which this item is part of a resultDeclaration
public Int32FieldInfo Ejselection { 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.GetEjselMetaResultInfo().
Ejselection_InnerJoin_Ejselection
Generated join from the foreign key Ejselection in this table, to its target table EjselectionTableInfo.
Declaration
public TargetedInnerJoin<EjselectionTableInfo> Ejselection_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.GetEjselMetaResultInfo().
LeftOuterJoin_EjselResultSet_MetaResult
Generated left outer join from the primary key EjselMetaResultId on this table, to EjselResultSet.MetaResult.
Declaration
public TargetedLeftOuterJoin<EjselResultSetTableInfo> LeftOuterJoin_EjselResultSet_MetaResult { get; }
Property Value
Type | Description |
---|---|
TargetedLeftOuterJoin<EjselResultSetTableInfo> |
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.GetEjselMetaResultInfo().
Owner
Field 'owner' in table 'ejsel_meta_result': Dictionary type FK, target: Ejuser, .NET type: int
The user who owns this selection resultDeclaration
public Int32FieldInfo Owner { 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.GetEjselMetaResultInfo().
Owner_InnerJoin_Ejuser
Generated join from the foreign key Owner in this table, to its target table EjuserTableInfo.
Declaration
public TargetedInnerJoin<EjuserTableInfo> Owner_InnerJoin_Ejuser { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<EjuserTableInfo> |
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.GetEjselMetaResultInfo().
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.GetEjselMetaResultInfo().