You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class UserTypeConstants
{
public static string Admin = "Admin";
}
...Container.GetItemLinqQueryable<T>().Where(m => m.userType == **UserTypeConstants.Admin**);
The text was updated successfully, but these errors were encountered:
vidhyasagarreddy
changed the title
Query definition breaks when the query value are captured from "static readonly" strings, but works constants, general strings etc.
Query definition breaks when the query values are captured from "static readonly" strings, but works constants, general strings etc.
May 20, 2022
The text was updated successfully, but these errors were encountered: