ModificationStoredProceduresConfiguration<TEntityType> Class
Allows configuration to be performed for a stored procedure that is used to modify entities.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProceduresConfiguration<TEntityType>
System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProceduresConfiguration<TEntityType>
Name | Description | |
---|---|---|
![]() | Delete(Action<DeleteModificationStoredProcedureConfiguration<TEntityType>>) | Configures the stored procedure used to delete entities. |
![]() | Equals(Object) | Specifies whether this instance is the same as a specified object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code for this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | Insert(Action<InsertModificationStoredProcedureConfiguration<TEntityType>>) | Configures stored procedure used to insert entities. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of this instance.(Overrides Object.ToString().) |
![]() | Update(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.