Make Entity Query By ValueGenerated Prop translate to computed value SQL
How can i make an EFCORE Entity ValueGenerated Property value be used when querying using linq query with .where(), instead of the database value.
Make Entity Query By ValueGenerated Prop translate to computed value SQL
How can i make an EFCORE Entity ValueGenerated Property value be used when querying using linq query with .where(), instead of the database value.