Base solution for your next web application
Open Closed

data filter #7151


User avatar
0
liuyang created

I want Take data from the database as a parameter, then use data filter in AbpDbContext,so How can I take data in AbpDbContext


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    I have not tried it, it seems to be an infinite loop if the filter is not disabled. You can disable the filter query and try it out.

    https://docs.microsoft.com/en-us/ef/core/querying/filters#disabling-filters

    As for whether EF Core supports it, you need your test.