DeleteModificationStoredProcedureConfiguration<TEntityType> Class
Allows configuration to be performed for a stored procedure that is used to delete entities.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase
System.Data.Entity.ModelConfiguration.Configuration.DeleteModificationStoredProcedureConfiguration<TEntityType>
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Retrieves the hash code of the current instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | Retrieves 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. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Navigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, TEntityType>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>) | Configures parameters for a relationship where the foreign key property is not included in the class. |
![]() | Navigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, ICollection<TEntityType>>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>) | Configures parameters for a relationship where the foreign key property is not included in the class. |
![]() | Parameter(Expression<Func<TEntityType, Byte[]>>, String) | Configures a parameter for this stored procedure. |
![]() | Parameter(Expression<Func<TEntityType, DbGeography>>, String) | Configures a parameter for this stored procedure. |
![]() | Parameter(Expression<Func<TEntityType, DbGeometry>>, String) | Configures a parameter for this stored procedure. |
![]() | Parameter(Expression<Func<TEntityType, String>>, String) | Configures a parameter for this stored procedure. |
![]() | Parameter<TProperty>(Expression<Func<TEntityType, TProperty>>, String) | Configures a parameter for this stored procedure. |
![]() | Parameter<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, String) | Configures a parameter for this stored procedure. |
![]() | RowsAffectedParameter(String) | Configures the output parameter that returns the rows affected by this stored procedure. |
![]() | ToString() | Converts the value of the current instance to its equivalent string representation.(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.