EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
Hi Everyone.
Just want to say long time user of Reverse POCO. Love it
Apologies if this has been posted and answered. I did try to find an answer.. but I'm missing it.
Question is. Global Query Filters. https://learn.microsoft.com/en-us/ef/core/querying/filters
Example :
Is there a way to implement query filters on Poco? I want to set Filters according to certain critera.
Thanks!