HistoryParameterExtDefs
- Last UpdatedSep 21, 2017
- 1 minute read
The HistoryParameterExtDefs table stores the current set of Parameter Extension definitions for the target Equipment.
|
Field |
Description |
Allow Null |
Type |
|---|---|---|---|
|
Id |
Unique Id – Identity. |
No |
Integer |
|
ParameterExtDefId |
ID that maps back to ID in ParameterExtDef table in the main database |
No |
Integer |
|
Name |
Name of the parameter extension. Stores the name at the time the control Recipe was executed |
Yes |
nVarchar |
|
DataType |
DataType of the parameter extension. |
No |
Integer |
|
ControlRecipeId |
ID that points to parent HistoryControlRecipe. |
No |
Integer |
|
ListDataType |
Contains the list data type name of the extension |
Yes |
nVarchar |
|
DisplayOrder |
Specifies the Display order of the parameter extension. |
No |
Integer |
|
ParameterGroup |
Contains the parameter group name that is assigned to the extension. |
Yes |
nVarchar |