RelationalStrings.TphDbFunctionMismatch Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
'{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