I'm trying to understand how to query, preferably with LINQ, 2 datatables.
I would like to do a LEFT OUTER JOIN on them
Datatable1 with col's: [ID] [colA]
DataTable2 with col's: [ID] [ColB] [ColC] ...
Looking to join on that ID.
Can someone please show me an example so I can apply it to the datatables I have? Thank you in advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…