Thanks for the code, however, I want a messagebox to pop up and show the number of records, and I am unable to place it inside the button event as it wont understand totalcount : - MessageBox.Show($"Count of Records:{totalCount.Entities.Count}"); Can you please be kind enough to advice me...
↧