Class TravelGeneratedDatabaseTableInfo
Table 'travelgenerateddatabase': Information about all databases generated from this database
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("travelgenerateddatabase")]
public class TravelGeneratedDatabaseTableInfo : 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 TravelGeneratedDatabase in the database dictionary: travelgenerateddatabase
Declaration
public const string DictionaryTableName = "travelgenerateddatabase"
Field Value
Type | Description |
---|---|
String |
Properties
AreaId
Field 'area_id' in table 'travelgenerateddatabase': Dictionary type Id, .NET type: Int32
Central=0, Departm.=H01000000-H7F000000, Travel=assoc_id
Declaration
public Int32FieldInfo AreaId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Databasetype
Field 'databasetype' in table 'travelgenerateddatabase': Dictionary type UShort, .NET type: Int16
Watcom, c-tree, Gupta etc.
Declaration
public UInt16FieldInfo Databasetype { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
DbTag
Field 'dbTag' in table 'travelgenerateddatabase': Dictionary type String[40], .NET type: String
128-bit database tag of generated database
Declaration
public StringFieldInfo DbTag { get; }
Property Value
Type | Description |
---|---|
StringFieldInfo |
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 TravelGeneratedDatabase 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 |
Generatedtime
Field 'generatedtime' in table 'travelgenerateddatabase': Dictionary type DateTime, .NET type: DateTime
Generation timestamp
Declaration
public DateTimeFieldInfo Generatedtime { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
LastLogId
Field 'lastLogId' in table 'travelgenerateddatabase': Dictionary type Id, .NET type: Int32
Last transaction log record (inclusive) covered by this prototype
Declaration
public Int32FieldInfo LastLogId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Registered
Field 'registered' in table 'travelgenerateddatabase': Dictionary type UtcDateTime, .NET type: DateTime
Registered when
Declaration
public DateTimeFieldInfo Registered { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
RegisteredAssociateId
Field 'registered_associate_id' in table 'travelgenerateddatabase': Dictionary type FK, .NET type: Int32
Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
RegisteredAssociateId_InnerJoin_Associate
Generated join from the foreign key RegisteredAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> RegisteredAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
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 |
State
Field 'state' in table 'travelgenerateddatabase': Dictionary type UShort, .NET type: Int16
0 = ready for use; 65535 = being generated, 1 - 65534 = downloadcount
Declaration
public UInt16FieldInfo State { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |
TravelgenerateddatabaseId
Field 'travelgenerateddatabase_id' in table 'travelgenerateddatabase': Dictionary type PK, .NET type: Int32
Primary key
Declaration
public Int32FieldInfo TravelgenerateddatabaseId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
Updated
Field 'updated' in table 'travelgenerateddatabase': Dictionary type UtcDateTime, .NET type: DateTime
Last updated when
Declaration
public DateTimeFieldInfo Updated { get; }
Property Value
Type | Description |
---|---|
DateTimeFieldInfo |
UpdatedAssociateId
Field 'updated_associate_id' in table 'travelgenerateddatabase': Dictionary type FK, .NET type: Int32
Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { get; }
Property Value
Type | Description |
---|---|
Int32FieldInfo |
UpdatedAssociateId_InnerJoin_Associate
Generated join from the foreign key UpdatedAssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> UpdatedAssociateId_InnerJoin_Associate { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<AssociateTableInfo> |
UpdatedCount
Field 'updatedCount' in table 'travelgenerateddatabase': Dictionary type UShort, .NET type: Int16
Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type | Description |
---|---|
UInt16FieldInfo |