RelationalStrings.InvalidMappedFunctionWithParameters Method
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The entity type '{entityType}' is mapped to the 'DbFunction' named '{functionName}' with parameters {parameters}. Ensure that the mapped function doesn't have any parameters.
public static string InvalidMappedFunctionWithParameters(object entityType, object functionName, object parameters);
public static string InvalidMappedFunctionWithParameters(object? entityType, object? functionName, object? parameters);
static member InvalidMappedFunctionWithParameters : obj * obj * obj -> string
Public Shared Function InvalidMappedFunctionWithParameters (entityType As Object, functionName As Object, parameters As Object) As String
- entityType
- Object
- functionName
- Object
- parameters
- Object
Applies to
Product | Versions |
---|---|
Entity Framework Core | 5.0, 6.0, 7.0, 8.0, 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: