/// <summary> /// Marks the member to be refreshed the next time data is accessed. /// </summary> public void Refresh() { _context.Expire(); }