RelationalEntityTypeExtensions.SetUpdateStoredProcedure Methode

Definition

Überlädt

SetUpdateStoredProcedure(IMutableEntityType)

Ordnet den Entitätstyp einer gespeicherten Prozedur für Updates zu.

SetUpdateStoredProcedure(IConventionEntityType, Boolean)

Ordnet den Entitätstyp einer gespeicherten Prozedur für Updates zu.

SetUpdateStoredProcedure(IMutableEntityType)

Ordnet den Entitätstyp einer gespeicherten Prozedur für Updates zu.

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

Parameter

entityType
IMutableEntityType

Der Entitätstyp.

Gibt zurück

Die neue gespeicherte Prozedur.

Gilt für:

SetUpdateStoredProcedure(IConventionEntityType, Boolean)

Ordnet den Entitätstyp einer gespeicherten Prozedur für Updates zu.

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

Parameter

entityType
IConventionEntityType

Der Entitätstyp.

fromDataAnnotation
Boolean

Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.

Gibt zurück

Die neue gespeicherte Prozedur.

Gilt für: