Aracılığıyla paylaş


RelationalEntityTypeExtensions.RemoveInsertStoredProcedure Yöntem

Tanım

Aşırı Yüklemeler

RemoveInsertStoredProcedure(IConventionEntityType)

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

RemoveInsertStoredProcedure(IMutableEntityType)

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

RemoveInsertStoredProcedure(IConventionEntityType)

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

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

Parametreler

entityType
IConventionEntityType

Varlık türü.

Döndürülenler

Kaldırılan saklı yordam.

Şunlara uygulanır

RemoveInsertStoredProcedure(IMutableEntityType)

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

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

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

Kaldırılan saklı yordam.

Şunlara uygulanır