Partager via


RelationalStrings.NonTphStoredProcedureClash(Object, Object, Object) Méthode

Définition

« {entityType} » et « {otherEntityType} » sont mappés à la procédure stockée « {sproc} ». Tous les types d’entités d’une hiérarchie non TPH (qui n’a pas de discriminateur) doivent être mappés à différentes procédures stockées. Consultez la rubrique https://go.microsoft.com/fwlink/?linkid=2130430 (éventuellement en anglais) pour plus d'informations.

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

Paramètres

entityType
Object
otherEntityType
Object
sproc
Object

Retours

S’applique à