RelationalEntityTypeExtensions.GetUpdateStoredProcedure Method

Definition

Overloads

GetUpdateStoredProcedure(IReadOnlyEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

GetUpdateStoredProcedure(IMutableEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

GetUpdateStoredProcedure(IConventionEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

GetUpdateStoredProcedure(IEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

GetUpdateStoredProcedure(IReadOnlyEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

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

Parameters

entityType
IReadOnlyEntityType

The entity type.

Returns

The stored procedure to which the entity type is mapped.

Applies to

GetUpdateStoredProcedure(IMutableEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

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

Parameters

entityType
IMutableEntityType

The entity type.

Returns

The stored procedure to which the entity type is mapped.

Applies to

GetUpdateStoredProcedure(IConventionEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

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

Parameters

entityType
IConventionEntityType

The entity type.

Returns

The stored procedure to which the entity type is mapped.

Applies to

GetUpdateStoredProcedure(IEntityType)

Returns the stored procedure to which the entity type is mapped for updates or null if not mapped to a stored procedure.

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

Parameters

entityType
IEntityType

The entity type.

Returns

The stored procedure to which the entity type is mapped.

Applies to