How to join tables using C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to join tables using C#

I'm creating a hospital appointment and billing system so I'm struggling to merge data from different sql tables

24th Aug 2018, 6:09 AM
Khaukanani Lawrence
Khaukanani Lawrence - avatar
1 Answer
+ 2
If you mean to use SQL then use JOIN statement, I'm not sure how it's done by using C# solely however; so here's a lesson on JOIN statement, in SQL course. https://www.sololearn.com/learn/SQL/1865/
24th Aug 2018, 6:38 AM
Ipang