Condividi tramite


RelationalStrings.NonTphStoredProcedureClash(Object, Object, Object) Metodo

Definizione

Viene eseguito il mapping di '{entityType}' e '{otherEntityType}' alla stored procedure '{sproc}'. È necessario eseguire il mapping di tutti i tipi di entità in una gerarchia non TPH (uno che non ha un discriminatorio) a stored procedure diverse. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2130430.

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

Parametri

entityType
Object
otherEntityType
Object
sproc
Object

Restituisce

Si applica a