Partager via


RelationalStrings.TphStoredProcedureMismatch Méthode

Définition

« {entityType} » est mappé à la procédure stockée « {sproc} » tandis que « {otherEntityType} » est mappé à la procédure stockée « {otherSproc} ». Mapper tous les types d’entités de la hiérarchie à la même procédure stockée ou supprimer le discriminateur et les mapper à des procédures stockées différentes. Consultez la rubrique https://go.microsoft.com/fwlink/?linkid=2130430 (éventuellement en anglais) pour plus d'informations.

public static string TphStoredProcedureMismatch (object? entityType, object? sproc, object? otherEntityType, object? otherSproc);
static member TphStoredProcedureMismatch : obj * obj * obj * obj -> string
Public Shared Function TphStoredProcedureMismatch (entityType As Object, sproc As Object, otherEntityType As Object, otherSproc As Object) As String

Paramètres

entityType
Object
sproc
Object
otherEntityType
Object
otherSproc
Object

Retours

S’applique à