InsertModificationStoredProcedureConfiguration<TEntityType> 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.
Allows configuration to be performed for a stored procedure that is used to insert entities.
public class InsertModificationStoredProcedureConfiguration<TEntityType> : System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase where TEntityType : class
type InsertModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> = class
inherit ModificationStoredProcedureConfigurationBase
Public Class InsertModificationStoredProcedureConfiguration(Of TEntityType)
Inherits ModificationStoredProcedureConfigurationBase
Type Parameters
- TEntityType
The type of the entity that the stored procedure can be used to insert.
- Inheritance
-
InsertModificationStoredProcedureConfiguration<TEntityType>
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. |
Navigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, ICollection<TEntityType>>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>) |
Configures parameters for a relationship where the foreign key property is not included in the class. |
Navigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, TEntityType>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>) |
Configures parameters for a relationship where the foreign key property is not included in the class. |
Parameter(Expression<Func<TEntityType,Byte[]>>, String) |
Configures a parameter for this stored procedure. |
Parameter(Expression<Func<TEntityType,DbGeography>>, String) |
Configures a parameter for this stored procedure. |
Parameter(Expression<Func<TEntityType,DbGeometry>>, String) |
Configures a parameter for this stored procedure. |
Parameter(Expression<Func<TEntityType,String>>, String) |
Configures a parameter for this stored procedure. |
Parameter<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String) |
Configures a parameter for this stored procedure. |
Parameter<TProperty>(Expression<Func<TEntityType,TProperty>>, String) |
Configures a parameter for this stored procedure. |
Result(Expression<Func<TEntityType,Byte[]>>, String) |
Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns. |
Result(Expression<Func<TEntityType,DbGeography>>, String) |
Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns. |
Result(Expression<Func<TEntityType,DbGeometry>>, String) |
Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns. |
Result(Expression<Func<TEntityType,String>>, String) |
Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns. |
Result<TProperty>(Expression<Func<TEntityType,Nullable<TProperty>>>, String) |
Configures a column of the result for this stored procedure to map to a property. This is used for database generated columns. |
Result<TProperty>(Expression<Func<TEntityType,TProperty>>, 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