Aracılığıyla paylaş


RelationalTypeBaseExtensions.GetInsertStoredProcedureMappings Yöntem

Tanım

Türün eşlendiği ekleme saklı yordamlarını döndürür.

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)

Parametreler

typeBase
ITypeBase

Tür.

Döndürülenler

Türün eşlendiği saklı yordamları ekleme.

Şunlara uygulanır