Aracılığıyla paylaş


RelationalEntityTypeExtensions.SetInsertStoredProcedure Yöntem

Tanım

Aşırı Yüklemeler

SetInsertStoredProcedure(IConventionEntityType, Boolean)

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

SetInsertStoredProcedure(IMutableEntityType)

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

SetInsertStoredProcedure(IConventionEntityType, Boolean)

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

public static Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure? SetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, bool fromDataAnnotation = false);
static member SetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionStoredProcedure
<Extension()>
Public Function SetInsertStoredProcedure (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 belirtilmediğinden emin olun.

Döndürülenler

Yeni saklı yordam.

Şunlara uygulanır

SetInsertStoredProcedure(IMutableEntityType)

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

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

Parametreler

entityType
IMutableEntityType

Varlık türü.

Döndürülenler

Yeni saklı yordam.

Şunlara uygulanır