Entityframework.docs: Document new EF Core 5.0 query translations

Created on 30 Jan 2020  路  4Comments  路  Source: dotnet/EntityFramework.Docs

area-query closed-fixed undocumented-feature

Most helpful comment

19273 seems wrong reference. (closed as a dupe of open issue)
For Queryable.Reverse - We don't explicitly document queryable methods unless complex ones. (We could call it out in what's new but there is nothing specific in query since support varies widely across providers).
For Bitwise operators - Same as above. We mention function mappings we have added for each providers. Operators mapping is kind of implicit.

I propose close this as fixed.

All 4 comments

Related to #900, but leaving this issue open to collect 5.0 changes.

I don't think dotnet/efcore#19273 is done or has anything to do with DateTime?

Did some of this in PRs #2744, #2746 & #2733

19273 seems wrong reference. (closed as a dupe of open issue)
For Queryable.Reverse - We don't explicitly document queryable methods unless complex ones. (We could call it out in what's new but there is nothing specific in query since support varies widely across providers).
For Bitwise operators - Same as above. We mention function mappings we have added for each providers. Operators mapping is kind of implicit.

I propose close this as fixed.

Was this page helpful?
0 / 5 - 0 ratings