Unmatched records from DataTables
-
By using DataRelation , we can able to fetch the matched records of two datatables. How can i get the unmatched records of the two datatables in code behind? Note : Note in MS-SQL Query. For example Datatable 1 ---------------- Id --- 100 101 102 103 104 Datatable 2 ---------------- Id ---- 100 102 My Expecting result is Id ---- 101 103 104
-
By using DataRelation , we can able to fetch the matched records of two datatables. How can i get the unmatched records of the two datatables in code behind? Note : Note in MS-SQL Query. For example Datatable 1 ---------------- Id --- 100 101 102 103 104 Datatable 2 ---------------- Id ---- 100 102 My Expecting result is Id ---- 101 103 104
why dont u use filters
Thanks Warm Regards Prakash-B
-
By using DataRelation , we can able to fetch the matched records of two datatables. How can i get the unmatched records of the two datatables in code behind? Note : Note in MS-SQL Query. For example Datatable 1 ---------------- Id --- 100 101 102 103 104 Datatable 2 ---------------- Id ---- 100 102 My Expecting result is Id ---- 101 103 104