RelationalStrings.TphDbFunctionMismatch Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Element "{entityType}" jest mapowany na funkcję bazy danych "{function}", podczas gdy element "{otherEntityType}" jest mapowany na funkcję bazy danych "{otherFunction}". Zamapuj wszystkie typy jednostek w hierarchii na tę samą funkcję bazy danych. Aby uzyskać więcej informacji, zobacz 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
Parametry
- entityType
- Object
- function
- Object
- otherEntityType
- Object
- otherFunction
- Object