Aracılığıyla paylaş


RelationalTypeBaseExtensions.GetUpdateStoredProcedureMappings Yöntem

Tanım

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

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

Parametreler

typeBase
ITypeBase

Tür.

Döndürülenler

Türün eşlendiği saklı yordamları güncelleştirme.

Şunlara uygulanır