I can combine more than one table but I can not select the columns.
Question
Jan 18, 2018
Hi, I can combine more than one table but I can not select the columns. var UserProductOrder = CustomTableItemProvider.GetItems ().Source(s => s.LeftJoin ("ItemID", "UserID").LeftJoin ("ProductID", "ItemID")).ToList().Select(s => new { UserName = s.Use...