Aracılığıyla paylaş


RelationalTypeBaseExtensions.GetDeleteStoredProcedureMappings Yöntem

Tanım

Türü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.ITypeBase typeBase);
static member GetDeleteStoredProcedureMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.IStoredProcedureMapping>
<Extension()>
Public Function GetDeleteStoredProcedureMappings (typeBase As ITypeBase) As IEnumerable(Of IStoredProcedureMapping)

Parametreler

typeBase
ITypeBase

Tür.

Döndürülenler

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

Şunlara uygulanır