GetLastEntLogOnTime Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetLastEntLogOnTime() method is called when a user logs on to multiple entities. The method retrieves the last logon time from the Ent_Logon table. The last logon time can be filtered by a user and/or an entity.
If optionally filtering the results by a specific entity, the overload of this method specifies the entity by its ID.
| Overload | Description |
|---|---|
| GetLastEntLogOnTime(Nullable<Int32>,Nullable<Int32>,DBString,DateTime) | The GetLastEntLogOnTime() method is called when a user logs on to multiple entities. The method retrieves the last logon time from the Ent_Logon table. The last logon time can be filtered by a user and/or an entity. If optionally filtering the results by a specific entity, the overload of this method specifies the entity by its ID. |
| GetLastEntLogOnTime(Nullable<Int32>,String,String,DBString,DateTime) | The GetLastEntLogOnTime() method is called when a user logs into multiple entities. The method retrieves the last logon time from the Ent_Logon table. The last logon time can be filtered by a user and/or an entity. If optionally filtering the results by a specific entity, the overload of this method specifies the entity by its name and site name. |