RelationalEntityTypeExtensions.GetInsertStoredProcedure Methode

Definition

Überlädt

GetInsertStoredProcedure(IReadOnlyEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

GetInsertStoredProcedure(IMutableEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

GetInsertStoredProcedure(IEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

GetInsertStoredProcedure(IConventionEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

GetInsertStoredProcedure(IReadOnlyEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

public static Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (entityType As IReadOnlyEntityType) As IReadOnlyStoredProcedure

Parameter

entityType
IReadOnlyEntityType

Der Entitätstyp.

Gibt zurück

Die gespeicherte Prozedur, der der Entitätstyp zugeordnet ist.

Gilt für:

GetInsertStoredProcedure(IMutableEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

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

Parameter

entityType
IMutableEntityType

Der Entitätstyp.

Gibt zurück

Die gespeicherte Prozedur, der der Entitätstyp zugeordnet ist.

Gilt für:

GetInsertStoredProcedure(IEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

public static Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure? GetInsertStoredProcedure (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetInsertStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Metadata.IStoredProcedure
<Extension()>
Public Function GetInsertStoredProcedure (entityType As IEntityType) As IStoredProcedure

Parameter

entityType
IEntityType

Der Entitätstyp.

Gibt zurück

Die gespeicherte Prozedur, der der Entitätstyp zugeordnet ist.

Gilt für:

GetInsertStoredProcedure(IConventionEntityType)

Gibt die gespeicherte Prozedur zurück, der der Entitätstyp für Einfügungen oder null nicht einer gespeicherten Prozedur zugeordnet ist.

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

Parameter

entityType
IConventionEntityType

Der Entitätstyp.

Gibt zurück

Die gespeicherte Prozedur, der der Entitätstyp zugeordnet ist.

Gilt für: