Aracılığıyla paylaş


RelationalEntityTypeExtensions.SetUpdateStoredProcedure Yöntem

Tanım

Aşırı Yüklemeler

SetUpdateStoredProcedure(IMutableEntityType)

Varlık türünü güncelleştirmeler için bir saklı yordamla eşler.

SetUpdateStoredProcedure(IConventionEntityType, Boolean)

Varlık türünü güncelleştirmeler için bir saklı yordamla eşler.

SetUpdateStoredProcedure(IMutableEntityType)

Varlık türünü güncelleştirmeler için bir saklı yordamla eşler.

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

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

Yeni saklı yordam.

Şunlara uygulanır

SetUpdateStoredProcedure(IConventionEntityType, Boolean)

Varlık türünü güncelleştirmeler için bir saklı yordamla eşler.

public static Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure? SetUpdateStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, bool fromDataAnnotation = false);
static member SetUpdateStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure
<Extension()>
Public Function SetUpdateStoredProcedure (entityType As IConventionEntityType, Optional fromDataAnnotation As Boolean = false) As IConventionStoredProcedure

Parametreler

entityType
IConventionEntityType

Varlık türü.

fromDataAnnotation
Boolean

Yapılandırmanın bir veri ek açıklaması kullanılarak belirtilip belirtilmedidiğini gösterir.

Döndürülenler

Yeni saklı yordam.

Şunlara uygulanır