Partager via


RelationalStrings.TphDbFunctionMismatch Méthode

Définition

« {entityType} » est mappé à la fonction de base de données « {fonction} » tandis que « {otherEntityType} » est mappé à la fonction de base de données « {otherFunction} ». Mapper tous les types d’entités de la hiérarchie à la même fonction de base de données. Consultez la rubrique https://go.microsoft.com/fwlink/?linkid=2130430 (éventuellement en anglais) pour plus d'informations.

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

Paramètres

entityType
Object
function
Object
otherEntityType
Object
otherFunction
Object

Retours

S’applique à