Aracılığıyla paylaş


RelationalEntityTypeExtensions.GetDeleteStoredProcedureMappings Yöntem

Tanım

Varlık türünün eşlendiği silme saklı yordamlarını döndürür.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping> GetDeleteStoredProcedureMappings (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetDeleteStoredProcedureMappings : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping>
<Extension()>
Public Function GetDeleteStoredProcedureMappings (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ı silme.

Şunlara uygulanır