|
|
|
|
|
by inbx0
435 days ago
|
|
Yes. And that is what a client should 100% do from the security standpoint. But since you mention caching - from the perf standpoint, it could sometimes be beneficial for the query planner to know the values before coming up with the query plan. Sometimes I have done little optimizations by replacing prepared statement placeholders with baked-in numbers or known enum values. |
|
https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-cor...