RelationalStrings.InvalidMappedFunctionWithParameters メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンティティ型 '{entityType}' は、パラメーター {parameters} を使用して '{functionName}' という名前の 'DbFunction' にマップされます。 マップされた関数にパラメーターがないことを確認します。
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