Udostępnij za pośrednictwem


RelationalEntityTypeExtensions.GetInsertStoredProcedure Metoda

Definicja

Przeciążenia

GetInsertStoredProcedure(IReadOnlyEntityType)

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

GetInsertStoredProcedure(IMutableEntityType)

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

GetInsertStoredProcedure(IEntityType)

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

GetInsertStoredProcedure(IConventionEntityType)

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

GetInsertStoredProcedure(IReadOnlyEntityType)

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

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

Parametry

entityType
IReadOnlyEntityType

Typ jednostki.

Zwraca

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

Dotyczy

GetInsertStoredProcedure(IMutableEntityType)

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

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

Parametry

entityType
IMutableEntityType

Typ jednostki.

Zwraca

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

Dotyczy

GetInsertStoredProcedure(IEntityType)

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

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

Parametry

entityType
IEntityType

Typ jednostki.

Zwraca

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

Dotyczy

GetInsertStoredProcedure(IConventionEntityType)

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

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

Parametry

entityType
IConventionEntityType

Typ jednostki.

Zwraca

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

Dotyczy