ConventionDeleteModificationStoredProcedureConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, String) |
Configures the name of the stored procedure. |
HasName(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
Entity Framework