Skip to content

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

@Khan291

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

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