68.(linq)union查询数据集

var datas = (from s in db.students

              select new {

         Name = s. Name

         }).Union(

        (

                   from t in db.teachers

                   select new {

                   Name = t.Name

                   } ));

68.(linq)union查询数据集

68.(linq)union查询数据集

上一篇:[LeetCode] 1178. Number of Valid Words for Each Puzzle 猜字谜


下一篇:google api , the problem of null refresh token