RelationalStrings.TphStoredProcedureMismatch Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
'{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