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.
Database Column |
Details |
---|---|
SimulationRunID
|
Type: integer. Key. Generated ID Unique ID for the |
SimulationID
|
Type: integer. Key Foreign key to the |
SimulationLastModified
|
Type: datetime. Key The last time related simulation was modified. |
LicenseMeasurementID
|
Type: integer. Nullable Foreign key to the |
BaseLicenseMeasurementID
|
Type: integer. Key. Nullable Foreign key to the |