ConventionModificationStoredProceduresConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a convention that configures stored procedures to be used to modify entities in the database.
public class ConventionModificationStoredProceduresConfiguration
type ConventionModificationStoredProceduresConfiguration = class
Public Class ConventionModificationStoredProceduresConfiguration
- Inheritance
-
ConventionModificationStoredProceduresConfiguration
Methods
Delete(Action<ConventionDeleteModificationStoredProcedureConfiguration>) |
Configures stored procedure used to delete entities. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
GetType() |
Gets the Type of the current instance. |
Insert(Action<ConventionInsertModificationStoredProcedureConfiguration>) |
Configures stored procedure used to insert entities. |
ToString() | Returns a string that represents the current object. |
Update(Action<ConventionUpdateModificationStoredProcedureConfiguration>) |
Configures stored procedure used to update entities. |
Applies to
Entity Framework