SessionInformation Data Type

Version: Available or changed with runtime version 4.0.

Is a complex data type for exposing Session information into AL.

Static methods

The following methods are available on the SessionInformation data type.

Method name Description
SqlRowsRead() Gets the amount of SQL rows read on the session, since the session started.
SqlStatementsExecuted() Gets the amount of SQL statements executed on the session, since the session started.

See Also

Get Started with AL
Developing Extensions