Skip to content

Commit

Permalink
Remove warning about #23408
Browse files Browse the repository at this point in the history
solves #3729
  • Loading branch information
macel94 authored May 5, 2022
1 parent ccfe7a3 commit 0796919
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ And below is the mapping:

[!code-csharp[Main](../../../samples/core/Querying/UserDefinedFunctionMapping/Model.cs#QueryableFunctionConfigurationHasDbFunction)]

> [!CAUTION]
> 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]
> A queryable function must be mapped to a table-valued function and can't make use of `HasTranslation`.
Expand Down

0 comments on commit 0796919

Please sign in to comment.