Class ScriptTraceRunTableInfo
Table 'script_trace_run': Traces of executed scripts
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
[DatabaseTable("script_trace_run")]
public class ScriptTraceRunTableInfo : 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.GetScriptTraceRunInfo().
Fields
DictionaryTableName
Conceptual name of table ScriptTraceRun in the database dictionary: script_trace_run
Declaration
public const string DictionaryTableName = "script_trace_run"
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.GetScriptTraceRunInfo().
Properties
AssociateId
Field 'associate_id' in table 'script_trace_run': Dictionary type FK, target: Associate, .NET type: int
Associate who the script was executed asDeclaration
public Int32FieldInfo AssociateId { 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.GetScriptTraceRunInfo().
AssociateId_InnerJoin_Associate
Generated join from the foreign key AssociateId in this table, to its target table AssociateTableInfo.
Declaration
public TargetedInnerJoin<AssociateTableInfo> AssociateId_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.GetScriptTraceRunInfo().
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.GetScriptTraceRunInfo().
DictionaryTableNumber
Table number for table ScriptTraceRun 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.GetScriptTraceRunInfo().
EndedAt
Field 'ended_at' in table 'script_trace_run': Dictionary type DateTime, .NET type: DateTime
When the trace was endedDeclaration
public DateTimeFieldInfo EndedAt { 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.GetScriptTraceRunInfo().
ExecutionTime
Field 'execution_time' in table 'script_trace_run': Dictionary type Int, .NET type: int
Real seconds spent executingDeclaration
public Int32FieldInfo ExecutionTime { 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.GetScriptTraceRunInfo().
FileSize
Field 'file_size' in table 'script_trace_run': Dictionary type Int, .NET type: int
The size of the trace fileDeclaration
public Int32FieldInfo FileSize { 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.GetScriptTraceRunInfo().
Frames
Field 'frames' in table 'script_trace_run': Dictionary type Clob, .NET type: string
The frames of the the traceDeclaration
public StringFieldInfo Frames { 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.GetScriptTraceRunInfo().
NumFrames
Field 'num_frames' in table 'script_trace_run': Dictionary type Int, .NET type: int
The number of frames savedDeclaration
public Int32FieldInfo NumFrames { 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.GetScriptTraceRunInfo().
PeakMemory
Field 'peak_memory' in table 'script_trace_run': Dictionary type Int, .NET type: int
The maximum amount of used memory during execution (in kB)Declaration
public Int32FieldInfo PeakMemory { 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.GetScriptTraceRunInfo().
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.GetScriptTraceRunInfo().
ScriptTraceId
Field 'script_trace_id' in table 'script_trace_run': Dictionary type FK, target: ScriptTrace, .NET type: int
Id of parent script_trace recordDeclaration
public Int32FieldInfo ScriptTraceId { 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.GetScriptTraceRunInfo().
ScriptTraceId_InnerJoin_ScriptTrace
Generated join from the foreign key ScriptTraceId in this table, to its target table ScriptTraceTableInfo.
Declaration
public TargetedInnerJoin<ScriptTraceTableInfo> ScriptTraceId_InnerJoin_ScriptTrace { get; }
Property Value
Type | Description |
---|---|
TargetedInnerJoin<ScriptTraceTableInfo> |
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.GetScriptTraceRunInfo().
ScriptTraceRunId
Field 'script_trace_run_id' in table 'script_trace_run': Dictionary type PK, .NET type: int
Primary keyDeclaration
public Int32FieldInfo ScriptTraceRunId { 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.GetScriptTraceRunInfo().
StartedAt
Field 'started_at' in table 'script_trace_run': Dictionary type DateTime, .NET type: DateTime
When the trace was startedDeclaration
public DateTimeFieldInfo StartedAt { 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.GetScriptTraceRunInfo().
Status
Field 'status' in table 'script_trace_run': Dictionary type String[2048], .NET type: string
The status of the script, or exception if it failsDeclaration
public StringFieldInfo Status { 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.GetScriptTraceRunInfo().
UserExecutionTime
Field 'user_execution_time' in table 'script_trace_run': Dictionary type Int, .NET type: int
CPU seconds spent executingDeclaration
public Int32FieldInfo UserExecutionTime { 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.GetScriptTraceRunInfo().