ConventionUpdateModificationStoredProcedureConfiguration Class

Definition

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

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

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(PropertyInfo, String, String)

Configures a parameter for this stored procedure.

Parameter(String, String)

Configures a parameter for this stored procedure.

Parameter(String, String, String)

Configures a parameter for this stored procedure.

Result(PropertyInfo, String)

Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns.

Result(String, String)

Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns.

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