RelationalStrings.TphDbFunctionMismatch Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
{entityType} je mapován na funkci databáze {function}, zatímco {otherEntityType} je mapován na funkci databáze {otherFunction}. Namapujte všechny typy entit v hierarchii na stejnou funkci databáze. Další informace naleznete v tématu 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