ConventionDeleteModificationStoredProcedureConfiguration Class
Creates a convention that configures stored procedures to be used to delete entities in the database.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProcedureConfiguration
System.Data.Entity.ModelConfiguration.Configuration.ConventionDeleteModificationStoredProcedureConfiguration
Name | Description | |
---|---|---|
![]() | Equals(Object) | Specifies whether this instance is equal to a specific object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code associated with this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the underlying type of this instance. |
![]() | HasName(String) | Configures the name of the stored procedure. |
![]() | HasName(String, String) | Configures the name of the stored procedure. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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 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.