RelationalEntityTypeExtensions.GetDeleteStoredProcedureConfigurationSource Method

Definition

Gets the ConfigurationSource for the delete stored procedure.

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetDeleteStoredProcedureConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType);
static member GetDeleteStoredProcedureConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetDeleteStoredProcedureConfigurationSource (entityType As IConventionEntityType) As Nullable(Of ConfigurationSource)

Parameters

entityType
IConventionEntityType

The entity type to find configuration source for.

Returns

The ConfigurationSource for the delete stored procedure.

Applies to