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

返回

适用于