RelationalStrings.TphDbFunctionMismatch Método

Definición

'{entityType}' se asigna a la función de base de datos '{function}' mientras que '{otherEntityType}' se asigna a la función de base de datos '{otherFunction}'. Asigne todos los tipos de entidad de la jerarquía a la misma función de base de datos. Consulte https://go.microsoft.com/fwlink/?linkid=2130430 para obtener más información.

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

Parámetros

entityType
Object
function
Object
otherEntityType
Object
otherFunction
Object

Devoluciones

Se aplica a