Поделиться через


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

Возвращаемое значение

Применяется к