ConventionDeleteModificationStoredProcedureConfiguration Class

 

Creates a convention that configures stored procedures to be used to delete 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.ConventionDeleteModificationStoredProcedureConfiguration

public class ConventionDeleteModificationStoredProcedureConfiguration : ConventionModificationStoredProcedureConfiguration

NameDescription
System_CAPS_pubmethodEquals(Object)

Specifies whether this instance is equal to a specific object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code associated with this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the underlying type of this 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(String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodRowsAffectedParameter(String)

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

System_CAPS_pubmethodToString()

Returns a string representation of 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.