Show / Hide Table of Contents

Class EjscriptTableInfo

Table 'ejscript': ejscript

Inheritance
object
TableInfo
EjscriptTableInfo
Implements
ICloneable
Inherited Members
TableInfo.ToString()
TableInfo.RegisterFields(params 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.this[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("ejscript")]
public class EjscriptTableInfo : 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.GetEjscriptInfo().

Fields

DictionaryTableName

Conceptual name of table Ejscript in the database dictionary: ejscript

Declaration
public const string DictionaryTableName = "ejscript"
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.GetEjscriptInfo().

Properties

AccessKey

Field 'access_key' in table 'ejscript': Dictionary type String[256], .NET type: string

Access key used to run this script on the customer pages
Declaration
public StringFieldInfo AccessKey { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

Body

Field 'body' in table 'ejscript': Dictionary type Clob, .NET type: string

The script
Declaration
public StringFieldInfo Body { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

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
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.GetEjscriptInfo().

Description

Field 'description' in table 'ejscript': Dictionary type String[256], .NET type: string

A description of this script
Declaration
public StringFieldInfo Description { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

DictionaryTableNumber

Table number for table Ejscript 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.GetEjscriptInfo().

EjscriptId

Field 'id' in table 'ejscript': Dictionary type PK, .NET type: int

Primary key
Declaration
public Int32FieldInfo EjscriptId { 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.GetEjscriptInfo().

ExtraMenusId

Field 'extra_menus_id' in table 'ejscript': Dictionary type FK, target: ExtraMenus, .NET type: int

Optional id of related extra menu pointing to this script
Declaration
public Int32FieldInfo ExtraMenusId { 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.GetEjscriptInfo().

ExtraMenusId_InnerJoin_ExtraMenus

Generated join from the foreign key ExtraMenusId in this table, to its target table ExtraMenusTableInfo.

Declaration
public TargetedInnerJoin<ExtraMenusTableInfo> ExtraMenusId_InnerJoin_ExtraMenus { get; }
Property Value
Type Description
TargetedInnerJoin<ExtraMenusTableInfo>
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.GetEjscriptInfo().

HierarchyId

Field 'hierarchy_id' in table 'ejscript': Dictionary type FK, target: Hierarchy, .NET type: int

The script is inside this hierarchy folder
Declaration
public Int32FieldInfo HierarchyId { 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.GetEjscriptInfo().

HierarchyId_InnerJoin_Hierarchy

Generated join from the foreign key HierarchyId in this table, to its target table HierarchyTableInfo.

Declaration
public TargetedInnerJoin<HierarchyTableInfo> HierarchyId_InnerJoin_Hierarchy { get; }
Property Value
Type Description
TargetedInnerJoin<HierarchyTableInfo>
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.GetEjscriptInfo().

HtmlOutput

Field 'html_output' in table 'ejscript': Dictionary type Bool, .NET type: short

True if this script will return HTML output
Declaration
public UInt16FieldInfo HtmlOutput { get; }
Property Value
Type Description
UInt16FieldInfo
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.GetEjscriptInfo().

IncludeId

Field 'include_id' in table 'ejscript': Dictionary type String[256], .NET type: string

A unique name used for including this script in another
Declaration
public StringFieldInfo IncludeId { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

Includes

Field 'includes' in table 'ejscript': Dictionary type String[4001], .NET type: string

Contains a comma separated list of ids of all nested includes used by this script
Declaration
public StringFieldInfo Includes { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

LastCompiled

Field 'last_compiled' in table 'ejscript': Dictionary type DateTime, .NET type: DateTime

When this script was last compiled (UTC).
Declaration
public DateTimeFieldInfo LastCompiled { 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.GetEjscriptInfo().

LastExecAnonHttp

Field 'last_exec_anon_http' in table 'ejscript': Dictionary type UtcDateTime, .NET type: DateTime

The last time this script was executed by a HTTP call anonomously
Declaration
public DateTimeFieldInfo LastExecAnonHttp { 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.GetEjscriptInfo().

LastExecHttp

Field 'last_exec_http' in table 'ejscript': Dictionary type UtcDateTime, .NET type: DateTime

The last time this script was executed by a HTTP call as a authenticated user
Declaration
public DateTimeFieldInfo LastExecHttp { 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.GetEjscriptInfo().

LeftOuterJoin_ChatTopic_BotMessageReceivedScriptid

Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotMessageReceivedScriptid.

Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotMessageReceivedScriptid { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ChatTopicTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_ChatTopic_BotRegisterScriptid

Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotRegisterScriptid.

Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotRegisterScriptid { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ChatTopicTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_ChatTopic_BotSessionChangedScriptid

Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotSessionChangedScriptid.

Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotSessionChangedScriptid { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ChatTopicTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_ChatTopic_BotSessionCreatedScriptid

Generated left outer join from the primary key EjscriptId on this table, to ChatTopic.BotSessionCreatedScriptid.

Declaration
public TargetedLeftOuterJoin<ChatTopicTableInfo> LeftOuterJoin_ChatTopic_BotSessionCreatedScriptid { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ChatTopicTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_DbiAgentSchedule_ScriptId

Generated left outer join from the primary key EjscriptId on this table, to DbiAgentSchedule.ScriptId.

Declaration
public TargetedLeftOuterJoin<DbiAgentScheduleTableInfo> LeftOuterJoin_DbiAgentSchedule_ScriptId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<DbiAgentScheduleTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_Form_ScriptId

Generated left outer join from the primary key EjscriptId on this table, to Form.ScriptId.

Declaration
public TargetedLeftOuterJoin<FormTableInfo> LeftOuterJoin_Form_ScriptId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<FormTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_MsFilter_Ejscript

Generated left outer join from the primary key EjscriptId on this table, to MsFilter.Ejscript.

Declaration
public TargetedLeftOuterJoin<MsFilterTableInfo> LeftOuterJoin_MsFilter_Ejscript { get; }
Property Value
Type Description
TargetedLeftOuterJoin<MsFilterTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_SLink_ScriptId

Generated left outer join from the primary key EjscriptId on this table, to SLink.ScriptId.

Declaration
public TargetedLeftOuterJoin<SLinkTableInfo> LeftOuterJoin_SLink_ScriptId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<SLinkTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_ScheduledTask_ScriptId

Generated left outer join from the primary key EjscriptId on this table, to ScheduledTask.ScriptId.

Declaration
public TargetedLeftOuterJoin<ScheduledTaskTableInfo> LeftOuterJoin_ScheduledTask_ScriptId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScheduledTaskTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_ScreenChooser_EjscriptId

Generated left outer join from the primary key EjscriptId on this table, to ScreenChooser.EjscriptId.

Declaration
public TargetedLeftOuterJoin<ScreenChooserTableInfo> LeftOuterJoin_ScreenChooser_EjscriptId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScreenChooserTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_ScreenDefinitionAction_Ejscript

Generated left outer join from the primary key EjscriptId on this table, to ScreenDefinitionAction.Ejscript.

Declaration
public TargetedLeftOuterJoin<ScreenDefinitionActionTableInfo> LeftOuterJoin_ScreenDefinitionAction_Ejscript { get; }
Property Value
Type Description
TargetedLeftOuterJoin<ScreenDefinitionActionTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_TaskMenu_CrmScriptId

Generated left outer join from the primary key EjscriptId on this table, to TaskMenu.CrmScriptId.

Declaration
public TargetedLeftOuterJoin<TaskMenuTableInfo> LeftOuterJoin_TaskMenu_CrmScriptId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TaskMenuTableInfo>
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.GetEjscriptInfo().

LeftOuterJoin_TicketAlert_ScriptId

Generated left outer join from the primary key EjscriptId on this table, to TicketAlert.ScriptId.

Declaration
public TargetedLeftOuterJoin<TicketAlertTableInfo> LeftOuterJoin_TicketAlert_ScriptId { get; }
Property Value
Type Description
TargetedLeftOuterJoin<TicketAlertTableInfo>
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.GetEjscriptInfo().

LongDescription

Field 'long_description' in table 'ejscript': Dictionary type String[2048], .NET type: string

Optional description of what this script is used for.
Declaration
public StringFieldInfo LongDescription { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

Registered

Field 'registered' in table 'ejscript': Dictionary type UtcDateTime, .NET type: DateTime

Registered when
Declaration
public DateTimeFieldInfo Registered { 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.GetEjscriptInfo().

RegisteredAssociateId

Field 'registered_associate_id' in table 'ejscript': Dictionary type FK, target: Associate, .NET type: int

Registered by whom
Declaration
public Int32FieldInfo RegisteredAssociateId { 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.GetEjscriptInfo().

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>
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.GetEjscriptInfo().

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.GetEjscriptInfo().

SourceCode

Field 'source_code' in table 'ejscript': Dictionary type Clob, .NET type: string

Contains the source code of the script
Declaration
public StringFieldInfo SourceCode { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

SourceMaps

Field 'source_maps' in table 'ejscript': Dictionary type Clob, .NET type: string

Source maps in JSON format
Declaration
public StringFieldInfo SourceMaps { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

Type

Field 'type' in table 'ejscript': Dictionary type Enum, .NET type: ScriptType

The type/language of this script
Declaration
public ScriptTypeFieldInfo Type { get; }
Property Value
Type Description
ScriptTypeFieldInfo
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.GetEjscriptInfo().

UniqueIdentifier

Field 'unique_identifier' in table 'ejscript': Dictionary type String[65], .NET type: string

Global unique identifier, accross customers/tenants
Declaration
public StringFieldInfo UniqueIdentifier { get; }
Property Value
Type Description
StringFieldInfo
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.GetEjscriptInfo().

Updated

Field 'updated' in table 'ejscript': Dictionary type UtcDateTime, .NET type: DateTime

Last updated when
Declaration
public DateTimeFieldInfo Updated { 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.GetEjscriptInfo().

UpdatedAssociateId

Field 'updated_associate_id' in table 'ejscript': Dictionary type FK, target: Associate, .NET type: int

Last updated by whom
Declaration
public Int32FieldInfo UpdatedAssociateId { 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.GetEjscriptInfo().

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>
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.GetEjscriptInfo().

UpdatedCount

Field 'updatedCount' in table 'ejscript': Dictionary type UShort, .NET type: short

Number of updates made to this record
Declaration
public UInt16FieldInfo UpdatedCount { get; }
Property Value
Type Description
UInt16FieldInfo
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.GetEjscriptInfo().

Implements

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