I want to provide 2 condition's in the COUNT clause for checking ROLE & USERID.
Here is my code :-
var recordCount = ctx.Cases.Count();
How to give Where condition in Count()?
I want to provide 2 condition's in the COUNT clause for checking ROLE & USERID.
Here is my code :-
var recordCount = ctx.Cases.Count();
How to give Where condition in Count()?