Returns the active key value during an iteration of the dictionary that is mapped to a data selector. This method should be used when defining the expressions for a data selector's calculated columns, filters, sorters and actions.
string ActiveKey()
Example
Laminate[ActiveKey(); Laminate.IsWood]
Returns the value in the column "IsWood" for current row during an iteration of the rows of the data selector "Laminate".