Condividi tramite


RelationalTypeBaseExtensions.GetUpdateStoredProcedureMappings Metodo

Definizione

Restituisce le stored procedure di aggiornamento a cui viene eseguito il mapping del tipo.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping> GetUpdateStoredProcedureMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetUpdateStoredProcedureMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping>
<Extension()>
Public Function GetUpdateStoredProcedureMappings (typeBase As ITypeBase) As IEnumerable(Of IStoredProcedureMapping)

Parametri

typeBase
ITypeBase

Tipo.

Restituisce

Stored procedure di aggiornamento a cui viene eseguito il mapping del tipo.

Si applica a