Udostępnij przez


RelationalEntityTypeExtensions.GetDeleteStoredProcedure Metoda

Definicja

Przeciążenia

GetDeleteStoredProcedure(IMutableEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

GetDeleteStoredProcedure(IReadOnlyEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

GetDeleteStoredProcedure(IConventionEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

GetDeleteStoredProcedure(IEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

GetDeleteStoredProcedure(IMutableEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

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

Parametry

entityType
IMutableEntityType

Typ jednostki.

Zwraca

Procedura składowana, do której jest mapowany typ jednostki.

Dotyczy

GetDeleteStoredProcedure(IReadOnlyEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

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

Parametry

entityType
IReadOnlyEntityType

Typ jednostki.

Zwraca

Procedura składowana, do której jest mapowany typ jednostki.

Dotyczy

GetDeleteStoredProcedure(IConventionEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

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

Parametry

entityType
IConventionEntityType

Typ jednostki.

Zwraca

Procedura składowana, do której jest mapowany typ jednostki.

Dotyczy

GetDeleteStoredProcedure(IEntityType)

Zwraca procedurę składowaną, do której typ jednostki jest mapowany na usunięcia lub null jeśli nie jest mapowany na procedurę składowaną.

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

Parametry

entityType
IEntityType

Typ jednostki.

Zwraca

Procedura składowana, do której jest mapowany typ jednostki.

Dotyczy