Share via


EeAccessLogDP.clearTemporaryJoinData Method [AX 2012]

Clears the data that is associated with the current session from the AccessLogSysDatabaseTmp table.

Syntax

private void clearTemporaryJoinData(int _sessionId)

Run On

Server

Parameters

  • _sessionId
    Type: int
    The session ID to clean out data for.

Remarks

The AccessLogSysDatabaseTmp table is not a true temp file, so we have to explicitly remove the temporary data that is associated with the current session.

See Also

Reference

EeAccessLogDP Class