InsertModificationStoredProcedureConfiguration<TEntityType> Class
Represents the allowing of configuration to be performed for a stored procedure that is used to insert entities.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase
System.Data.Entity.ModelConfiguration.Configuration.InsertModificationStoredProcedureConfiguration<TEntityType>
Name | Description | |
---|---|---|
![]() | Equals(Object) | Specifies whether this instance is equal to a specific object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code for this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the type of this instance. |
![]() | HasName(String) | Configures the name of the stored procedure. |
![]() | HasName(String, String) | Configures the name of the stored procedure. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | 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. |
![]() | 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, TProperty>>, String) | Configures a parameter for this stored procedure. |
![]() | Parameter<TProperty>(Expression<Func<TEntityType, Nullable<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, 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, 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. |
![]() | ToString() | Returns a 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.