Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Expression-Translation-(UseAsDataSource).md
  • Loading branch information
lbargaoanu authored Feb 12, 2020
commit 17e598c0cd14319aa2e3821fe7f3f17652316f1a
2 changes: 1 addition & 1 deletion docs/Expression-Translation-(UseAsDataSource).md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Does the equivalent of

### When ProjectTo() is not called

Expression Translation works for all kinds of functions, including `Select` calls. If `Select` is used after `UseAsDataSource()` and changes the return type, then `ProjectTo<>()` won't be called and value will be returned instead using `mapper.Map`.
Expression Translation works for all kinds of functions, including `Select` calls. If `Select` is used after `UseAsDataSource()` and changes the return type, then `ProjectTo<>()` won't be called and `mapper.Map` will be used instead.

Example:

Expand Down