Skip to content

Commit cdec8af

Browse files
committed
Runtime polymorphic mapping doesn't work with ProjectTo
1 parent eadc60c commit cdec8af

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/Queryable-Extensions.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ Not supported:
227227
* Custom resolvers
228228
* Custom type converters
229229
* ForPath
230-
* Value converters
231-
* **Any calculated property on your domain object**
232-
233-
Additionally, recursive or self-referencing destination types are not supported as LINQ providers do not support this. Typically hierarchical relational data models require common table expressions (CTEs) to correctly resolve a recursive join.
230+
* Value converters
231+
* Runtime polymorphic mapping with `Include`\ `IncludeBase`
232+
* **Any calculated property on your domain object**

0 commit comments

Comments
 (0)