RefreshCurUserStatusRecordset Method
- Last UpdatedNov 06, 2025
- 1 minute read
The RefreshCurUserStatusRecordset() method refreshes the status of all the entities on to which the user is logged, using the DataSet returned by the ent.GetStatusInfoByUser() Middleware method.
| Overload | Description |
|---|---|
| RefreshCurUserStatusRecordset() | The RefreshCurUserStatusRecordset() method refreshes the status of all the entities on to which the user is logged, using the DataSet returned by the ent.GetStatusInfoByUser() Middleware method. |
| RefreshCurUserStatusRecordset(DataSet) | The RefreshCurUserStatusRecordset() method refreshes the status of all the entities on to which the user is logged. This overload of the method refreshes the entity status using the supplied DataSet. If a DataSet is not supplied, then this overload method looks up the DataSet using the ent.GetStatusInfoByUser() Middleware method. |