SessionParameters
Collection elements:
Iteration through collection using For each ... In ... Do operator is available to object. Session parameters are retrieved during iteration.
Properties:
Methods:
Description:
Availability:
Exchange with server is possible.
Example:
// Setting the session parameter value. SessionParameters.CurrentDepartment = "Manufacture"; // Receiving session parameter value MyDepartment = SessionParameters.CurrentDepartment; // Calling to the session parameter from data access restriction. WHERE Department = &CurrentDepartment |
See also:
Global context, event SessionParametersSetting