ConventionInsertModificationStoredProcedureConfiguration Class
Creates a convention that configures stored procedures to be used to insert entities in the database.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.ConventionModificationStoredProcedureConfiguration
System.Data.Entity.ModelConfiguration.Configuration.ConventionInsertModificationStoredProcedureConfiguration
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current instance.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code for the current instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the type associated with the configuration. |
![]() | HasName(String) | Configures the name of the stored procedure. |
![]() | HasName(String, String) | Configures the name of the stored procedure. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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 the string representation of this instance.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.