Sdílet prostřednictvím


RelationalEntityTypeExtensions.GetInsertStoredProcedureMappings Metoda

Definice

Vrátí vložené uložené procedury, na které je typ entity mapován.

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 entity.

Návraty

Vložení uložených procedur, na které je typ entity mapován.

Platí pro