simple-access-orm
simple-access-orm copied to clipboard
using Entity repository If Property is Boolean Nullable Throwing Issue
Exception :"The type 'Nullable`1' of property 'IsHigherAuthority' is not supported"
public bool? IsHigherAuthority { get; set; }
_repo.Find<CasUser>(w => w.DepartmentId == departmentId && w.IsHigherAuthority==true);