Aracılığıyla paylaş


RelationalEntityTypeExtensions.RemoveDeleteStoredProcedure Yöntem

Tanım

Aşırı Yüklemeler

RemoveDeleteStoredProcedure(IMutableEntityType)

Bu varlık türü için eşlenmiş silme saklı yordamını kaldırır.

RemoveDeleteStoredProcedure(IConventionEntityType)

Bu varlık türü için eşlenmiş silme saklı yordamını kaldırır.

RemoveDeleteStoredProcedure(IMutableEntityType)

Bu varlık türü için eşlenmiş silme saklı yordamını kaldırır.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure? RemoveDeleteStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member RemoveDeleteStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure
<Extension()>
Public Function RemoveDeleteStoredProcedure (entityType As IMutableEntityType) As IMutableStoredProcedure

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

Kaldırılan saklı yordam.

Şunlara uygulanır

RemoveDeleteStoredProcedure(IConventionEntityType)

Bu varlık türü için eşlenmiş silme saklı yordamını kaldırır.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure? RemoveDeleteStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member RemoveDeleteStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure
<Extension()>
Public Function RemoveDeleteStoredProcedure (entityType As IConventionEntityType) As IConventionStoredProcedure

Parametreler

entityType
IConventionEntityType

Varlık türü.

Döndürülenler

Kaldırılan saklı yordam.

Şunlara uygulanır