I'm trying to test out a dynamic join extension method as defined ...here... to join two datasets(dataset1 and dataset2) on multiple conditions. My join condition is as shown below... outerSelector = "new ( dataset1.ToBeReconciled as col1, dataset1.Tra...