Condividi tramite


RelationalStrings.TphStoredProcedureMismatch Metodo

Definizione

'{entityType}' è mappato alla stored procedure '{sproc}' mentre '{otherEntityType}' è mappato alla stored procedure '{otherSproc}'. Eseguire il mapping di tutti i tipi di entità nella gerarchia alla stessa stored procedure oppure rimuovere il discriminatorio ed eseguirne il mapping a stored procedure diverse. Per altre informazioni, vedere 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

Parametri

entityType
Object
sproc
Object
otherEntityType
Object
otherSproc
Object

Restituisce

Si applica a