DeleteModificationStoredProcedureConfiguration<TEntityType> Class

 

Allows configuration to be performed for a stored procedure that is used to delete entities.

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase
    System.Data.Entity.ModelConfiguration.Configuration.DeleteModificationStoredProcedureConfiguration<TEntityType>

public class DeleteModificationStoredProcedureConfiguration<TEntityType> : ModificationStoredProcedureConfigurationBase
where TEntityType : class

Type Parameters

TEntityType

The type of the entity that the stored procedure can be used to delete.

NameDescription
System_CAPS_pubmethodEquals(Object)

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

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code of the current instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Retrieves the type of 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_pubmethodNavigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, TEntityType>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>)

Configures parameters for a relationship where the foreign key property is not included in the class.

System_CAPS_pubmethodNavigation<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.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, Byte[]>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeography>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeometry>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, String>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, TProperty>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, 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()

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.