SimulationRun Table

A SimulationRun keeps track of all simulation runs with their own and their base reconcile’s measurement IDs.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for SimulationRun table

Database Column

Details

SimulationRunID

Type: integer. Key. Generated ID

Unique ID for the SimulationRun table.

SimulationID

Type: integer. Key

Foreign key to the Simulation table.

SimulationLastModified

Type: datetime. Key

The last time related simulation was modified.

LicenseMeasurementID

Type: integer. Nullable

Foreign key to the LicenseMeasurement table for this Simulation run.

BaseLicenseMeasurementID

Type: integer. Key. Nullable

Foreign key to the LicenseMeasurement table for this Simulation’s base run.