Aracılığıyla paylaş


RelationalEntityTypeExtensions.GetUpdateStoredProcedureMappings Yöntem

Tanım

Varlık türünü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.IEntityType entityType);
static member GetUpdateStoredProcedureMappings : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping>
<Extension()>
Public Function GetUpdateStoredProcedureMappings (entityType As IEntityType) As IEnumerable(Of IStoredProcedureMapping)

Parametreler

entityType
IEntityType

Varlık türü.

Döndürülenler

Varlık türünün eşlendiği saklı yordamları güncelleştirme.

Şunlara uygulanır