Partager via


RelationalEntityTypeExtensions.GetInsertStoredProcedureMappings Méthode

Définition

Retourne les procédures stockées d’insertion auxquelles le type d’entité est mappé.

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)

Paramètres

entityType
IEntityType

Type d'entité.

Retours

Procédures stockées d’insertion auxquelles le type d’entité est mappé.

S’applique à