Condividi tramite


RelationalStrings.TphDbFunctionMismatch Metodo

Definizione

'{entityType}' viene mappato alla funzione di database '{function}' mentre '{otherEntityType}' viene mappato alla funzione di database '{otherFunction}'. Eseguire il mapping di tutti i tipi di entità nella gerarchia alla stessa funzione di database. Per altre informazioni, vedere 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

Parametri

entityType
Object
function
Object
otherEntityType
Object
otherFunction
Object

Restituisce

Si applica a