I have something like the following:
var lst = db.usp_GetLst(ID,Name, Type); if (lst.Count == 0) { }
I get swigly false under lst.Count == 0, and it says:
The operator '==' cannot be applied to operands of the type "method group" and "int"
Nate pet
source share