ConventionInsertModificationStoredProcedureConfiguration 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 insert entities in the database.
public class ConventionInsertModificationStoredProcedureConfiguration : System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProcedureConfiguration
type ConventionInsertModificationStoredProcedureConfiguration = class
inherit ConventionModificationStoredProcedureConfiguration
Public Class ConventionInsertModificationStoredProcedureConfiguration
Inherits ConventionModificationStoredProcedureConfiguration
- Inheritance
-
ConventionInsertModificationStoredProcedureConfiguration
Methods
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. |
HasName(String, String) |
Configures the name of the stored procedure. |
HasName(String) |
Configures the name of the stored procedure. |
Parameter(PropertyInfo, String) |
Configures a parameter for this stored procedure. |
Parameter(String, String) |
Configures a parameter for this stored procedure. |
Result(PropertyInfo, String) |
Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns. |
Result(String, String) |
Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns. |
ToString() | Returns a string that represents the current object. |
Applies to
Entity Framework