6 references to IsEmpty
System.Data.Linq (6)
DataShape.cs (2)
93
bool shapesAreSameOrEmpty = (ds1 == ds2) || ((ds1 == null || ds1.
IsEmpty
) && (ds2 == null || ds2.
IsEmpty
));
SqlClient\SqlProvider.cs (4)
1724
return shape2.
IsEmpty
;
1727
return shape1.
IsEmpty
;
1729
else if (shape1.
IsEmpty
&& shape2.
IsEmpty
) {