ConventionDeleteModificationStoredProcedureConfiguration Class

Definition

Creates a convention that configures stored procedures to be used to delete entities in the database.

public class ConventionDeleteModificationStoredProcedureConfiguration : System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProcedureConfiguration
type ConventionDeleteModificationStoredProcedureConfiguration = class
    inherit ConventionModificationStoredProcedureConfiguration
Public Class ConventionDeleteModificationStoredProcedureConfiguration
Inherits ConventionModificationStoredProcedureConfiguration
Inheritance
ConventionDeleteModificationStoredProcedureConfiguration

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

GetType()

Gets the Type of the current instance.

HasName(String)

Configures the name of the stored procedure.

HasName(String, String)

Configures the name of the stored procedure.

Parameter(PropertyInfo, String)

Configures a parameter for this stored procedure.

Parameter(String, String)

Configures a parameter for this stored procedure.

RowsAffectedParameter(String)

Configures the output parameter that returns the rows affected by this stored procedure.

ToString()

Returns a string that represents the current object.

Applies to