ConventionUpdateModificationStoredProcedureConfiguration Class

 

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

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProcedureConfiguration
    System.Data.Entity.ModelConfiguration.Configuration.ConventionUpdateModificationStoredProcedureConfiguration

public class ConventionUpdateModificationStoredProcedureConfiguration : ConventionModificationStoredProcedureConfiguration

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether this instance is equal to the specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Returns the hash code for the current instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Returns the type associated with the current instance.

System_CAPS_pubmethodHasName(String)

Configures the name of the stored procedure.

System_CAPS_pubmethodHasName(String, String)

Configures the name of the stored procedure.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodParameter(PropertyInfo, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(PropertyInfo, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(String, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodResult(PropertyInfo, String)

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

System_CAPS_pubmethodResult(String, String)

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

System_CAPS_pubmethodRowsAffectedParameter(String)

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

System_CAPS_pubmethodToString()

Returns the string representation for this instance.(Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.