Class ExtraTablesEntryTableInfo
Table 'extra_tables_entry': Hits/entries in result set of executed search in ejournal extra tables
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("extra_tables_entry")]
public class ExtraTablesEntryTableInfo : 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 ExtraTablesEntry in the database dictionary: extra_tables_entry
Declaration
public const string DictionaryTableName = "extra_tables_entry"
Field Value
Type | Description |
---|---|
System.String |
Properties
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
DictionaryTableNumber
Table number for table ExtraTablesEntry 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 |
---|---|
System.Int32 |
EntryId
Field 'entry_id' in table 'extra_tables_entry': Dictionary type Int, .NET type: System.Int32
The id of the entry in the extra table.
Declaration
public Int32FieldInfo EntryId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ExtraTablesEntryId
Field 'id' in table 'extra_tables_entry': Dictionary type PK, .NET type: System.Int32
The primary key (auto-incremented)
Declaration
public Int32FieldInfo ExtraTablesEntryId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ExtraTablesResult
Field 'extra_tables_result' in table 'extra_tables_entry': Dictionary type FK, .NET type: System.Int32
The id of the result.
Declaration
public Int32FieldInfo ExtraTablesResult { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
ExtraTablesResult_InnerJoin_ExtraTablesResult
Generated join from the foreign key ExtraTablesResult in this table, to its target table ExtraTablesResultTableInfo.
Declaration
public TargetedInnerJoin<ExtraTablesResultTableInfo> ExtraTablesResult_InnerJoin_ExtraTablesResult { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<ExtraTablesResultTableInfo> |
NextId
Field 'next_id' in table 'extra_tables_entry': Dictionary type Int, .NET type: System.Int32
The id of the entry in the extra table.
Declaration
public Int32FieldInfo NextId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
OrderPos
Field 'order_pos' in table 'extra_tables_entry': Dictionary type Int, .NET type: System.Int32
Used to order elements when listed.
Declaration
public Int32FieldInfo OrderPos { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
PageNum
Field 'page_num' in table 'extra_tables_entry': Dictionary type Int, .NET type: System.Int32
The pagenum of this result entry in the table.
Declaration
public Int32FieldInfo PageNum { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
PrevId
Field 'prev_id' in table 'extra_tables_entry': Dictionary type Int, .NET type: System.Int32
The id of the entry in the extra table.
Declaration
public Int32FieldInfo PrevId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
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 |