Linq中使用Left Join

原文地址为: Linq中使用Left Join   准备一些测试数据,以下:html   use Test Create table Student( ID int identity ( 1 , 1 ) primary key , [ Name ] nvarchar ( 50 ) not null ) Create Table Book( ID int identity ( 1 , 1 ) p
相关文章
相关标签/搜索