Skip to content

Add IQueryable.OfType support to ExpressionParser. #248

@dsidedp

Description

@dsidedp

EF Core allows to use OfType to filter derived entities from base collections

It would be great to have this supported as part of Where clause, e.g. :
ctx.Set<Base>.Where("OfType("\Derived\").Any(DerivedProperty> 10)")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions