ModificationStoredProceduresConfiguration<TEntityType> Class

 

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

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProceduresConfiguration<TEntityType>

public class ModificationStoredProceduresConfiguration<TEntityType>
where TEntityType : class

Type Parameters

TEntityType

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

NameDescription
System_CAPS_pubmethodDelete(Action<DeleteModificationStoredProcedureConfiguration<TEntityType>>)

Configures the stored procedure used to delete entities.

System_CAPS_pubmethodEquals(Object)

Specifies whether this instance is the same as a specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

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

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_pubmethodInsert(Action<InsertModificationStoredProcedureConfiguration<TEntityType>>)

Configures stored procedure used to insert entities.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of this instance.(Overrides Object.ToString().)

System_CAPS_pubmethodUpdate(Action<UpdateModificationStoredProcedureConfiguration<TEntityType>>)

Configures stored procedure used to update entities.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.