SessionInformation Data Type
Is a complex data type for exposing Session information into AL.
The following methods are available on the SessionInformation data type.
Method name | Description |
---|---|
SqlStatementsExecuted() | Gets the amount of SQL statements executed on the session, since the session started. |
SqlRowsRead() | Gets the amount of SQL rows read on the session, since the session started. |
See Also
Feedback
Loading feedback...