Diagram in Expression Language
Jump to navigation
Jump to search
Diagram Properties
Datatables are stored to QPR ProcessAnalyzer database as database tables. Each datatable belongs to a project.
Property | Description |
---|---|
ColumnNames (String*) | Returns Datatable column names as a string array in the order they are in the DataTable. |
ColumnMappings (Dictionary) | Returns column mappings configured for this Datatable. Returned data is a dictionary, where keys are mapping names (CaseId, EventType, Timestamp) and value is the column name. The ColumnMappings property returns null if column mappings have not been defined for the Datatable.
Example: let caseIdColumnName = DatatableById(123).ColumnMappings("CaseId"); |
ColumnTypes (Dictionary*) |