1

What is the best way of making queries for XSD tables in C# code?
For example I want to select some results from two tables and who the those results in labels is a form.
How can I do that?

Himanshu
  • 31,810
  • 31
  • 111
  • 133

1 Answers1

0

You can try look into Linq XML

An example of that is here on this site: LINQ to read XML

Community
  • 1
  • 1
Jester
  • 3,069
  • 5
  • 30
  • 44