Condividi tramite


RelationalStrings.StoredProcedureTphDuplicate(Object, Object, Object) Metodo

Definizione

Sia '{entityType}' che '{otherEntityType}' sono mappati in modo esplicito alla stored procedure '{sproc}' usando la strategia di mapping 'TPH'. Configurare il mapping della stored procedure nel tipo di entità radice, inclusi tutti i parametri per i tipi derivati. Per altre informazioni, vedere https://go.microsoft.com/fwlink/?linkid=2130430.

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

Parametri

entityType
Object
otherEntityType
Object
sproc
Object

Restituisce

Si applica a