RelationalTypeBaseExtensions.GetInsertStoredProcedureMappings Méthode

Définition

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

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)

Paramètres

typeBase
ITypeBase

Type.

Retours

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

S’applique à