我正在尝试查询该列为 NULL 的记录:
Dim UnassignedSubSvc =
(From c In CurrentContext.SubService
Where c.Product.ProductSubServiceId **is null**
Select c).ToList()
我正在尝试查询该列为 NULL 的记录:
Dim UnassignedSubSvc =
(From c In CurrentContext.SubService
Where c.Product.ProductSubServiceId **is null**
Select c).ToList()