RelationalStrings.TphStoredProcedureMismatch Methode

Definition

'{entityType}' wird der gespeicherten Prozedur '{sproc}' zugeordnet, während '{otherEntityType}' der gespeicherten Prozedur '{otherSproc}' zugeordnet ist. Ordnen Sie alle Entitätstypen in der Hierarchie derselben gespeicherten Prozedur zu, oder entfernen Sie den Diskriminator, und ordnen Sie sie allen verschiedenen gespeicherten Prozeduren zu. Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=2130430.

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

Parameter

entityType
Object
sproc
Object
otherEntityType
Object
otherSproc
Object

Gibt zurück

Gilt für: