I have a dataset which was created using integrated VisualStudio designer with proper tables, fields and relations. enter image description here [https://i.stack.imgur.com/K7Dwe.jpg] However I want to query for the events that are within a specific date, When I try to read the xml file this.localDB1.ReadXml($"C:\\Users\\Mike\\source\\repos\\evnt\\evnt\\bin\\Debug\\user.xml"); when I use that code [...] read more