Skip to content

Commit

Permalink
Typos in user-defined-function-mapping.md (#3707)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojraqueno authored Jan 31, 2022
1 parent fdb834c commit 1b1b22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ And below is the mapping:
> Until [issue 23408](https://github.com/dotnet/efcore/issues/23408) is fixed, mapping to an `IQueryable` of entity types overrides the default mapping to a table for the DbSet. If necessary - for example when the entity is not keyless - mapping to the table must be specified explicitly using `ToTable` method.
> [!NOTE]
> Queryable function must be mapped to a table-valued function and can't use of `HasTranslation`.
> A queryable function must be mapped to a table-valued function and can't make use of `HasTranslation`.
When the function is mapped, the following query:

Expand Down

0 comments on commit 1b1b22b

Please sign in to comment.