RelationalStrings.InvalidMappedFunctionWithParameters Method
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
Parameters
- entityType
- Object
- functionName
- Object
- parameters
- Object