diff --git a/entity-framework/core/querying/user-defined-function-mapping.md b/entity-framework/core/querying/user-defined-function-mapping.md index 1b34b6e775..47747a777d 100644 --- a/entity-framework/core/querying/user-defined-function-mapping.md +++ b/entity-framework/core/querying/user-defined-function-mapping.md @@ -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`.