¡@

Home 

c# Programming Glossary: custid

Inner join of DataTables in C#

http://stackoverflow.com/questions/665754/inner-join-of-datatables-in-c-sharp

C# Let T1 and T2 are DataTable s with following fields T1 CustID ColX ColY T2 CustID ColZ I need the joint table TJ CustID ColX.. DataTable s with following fields T1 CustID ColX ColY T2 CustID ColZ I need the joint table TJ CustID ColX ColY ColZ How this.. CustID ColX ColY T2 CustID ColZ I need the joint table TJ CustID ColX ColY ColZ How this can be done in C# code in a simple way..