RelationalEntityTypeExtensions.GetInsertStoredProcedureMappings Methode

Definition

Gibt die gespeicherten Insert-Prozeduren zurück, denen der Entitätstyp zugeordnet ist.

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)

Parameter

entityType
IEntityType

Der Entitätstyp.

Gibt zurück

Die gespeicherten Prozeduren einfügen, denen der Entitätstyp zugeordnet ist.

Gilt für: