Skip to content

using Entity repository If Property is Boolean Nullable Throwing Issue  #13

Description

@Khan291

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions