I have tried one where clause in Linq to get details about Users those who are Active and AllowLogin is also true.
So how can I compare the table values (both are boolean values) with true or false?
|
|
|
|
|
|
|
thank you jon Skeet |
||||
|
|
|
Just use something like:
Alternatively, you can write the same query without a query expression:
|
||||||
|