ConventionModificationStoredProceduresConfiguration Class
Creates a convention that configures stored procedures to be used to modify entities in the database.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProceduresConfiguration
Name | Description | |
---|---|---|
![]() | Delete(Action<ConventionDeleteModificationStoredProcedureConfiguration>) | Configures stored procedure used to delete entities. |
![]() | Equals(Object) | Specifies whether this configuration is equal with specific object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code associated with this configuration.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | Insert(Action<ConventionInsertModificationStoredProcedureConfiguration>) | Configures stored procedure used to insert entities. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the ConventionModificationStoredProceduresConfiguration class.(Overrides Object.ToString().) |
![]() | Update(Action<ConventionUpdateModificationStoredProcedureConfiguration>) | 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.