Udostępnij za pośrednictwem


RelationalTypeBaseExtensions.GetInsertStoredProcedureMappings Metoda

Definicja

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

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

Parametry

typeBase
ITypeBase

Typ.

Zwraca

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

Dotyczy