Share via


RelationalStrings.TphDbFunctionMismatch メソッド

定義

'{entityType}' はデータベース関数 '{function}' にマップされ、'{otherEntityType}' はデータベース関数 '{otherFunction}' にマップされます。 階層内のすべてのエンティティ型を同じデータベース関数にマップします。 詳細については、「 https://go.microsoft.com/fwlink/?linkid=2130430 」を参照してください。

public static string TphDbFunctionMismatch (object? entityType, object? function, object? otherEntityType, object? otherFunction);
static member TphDbFunctionMismatch : obj * obj * obj * obj -> string
Public Shared Function TphDbFunctionMismatch (entityType As Object, function As Object, otherEntityType As Object, otherFunction As Object) As String

パラメーター

entityType
Object
function
Object
otherEntityType
Object
otherFunction
Object

戻り値

適用対象