Udostępnij za pośrednictwem


RelationalEntityTypeExtensions.GetUpdateStoredProcedureMappings Metoda

Definicja

Zwraca procedury składowane aktualizacji, do których typ jednostki jest mapowany.

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

Parametry

entityType
IEntityType

Typ jednostki.

Zwraca

Aktualizowanie procedur składowanych, do których jest mapowany typ jednostki.

Dotyczy