Udostępnij przez


RelationalEntityTypeExtensions.GetInsertStoredProcedureMappings Metoda

Definicja

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

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

Parametry

entityType
IEntityType

Typ jednostki.

Zwraca

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

Dotyczy