UpdateModificationStoredProcedureConfiguration<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 update entities.
public class UpdateModificationStoredProcedureConfiguration<TEntityType> : System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase where TEntityType : class
type UpdateModificationStoredProcedureConfiguration<'EntityType (requires 'EntityType : null)> = class
inherit ModificationStoredProcedureConfigurationBase
Public Class UpdateModificationStoredProcedureConfiguration(Of TEntityType)
Inherits ModificationStoredProcedureConfigurationBase
Type Parameters
- TEntityType
The type of the entity that the stored procedure can be used to update.
- Inheritance
-
UpdateModificationStoredProcedureConfiguration<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, String) |
Configures a parameter for this stored procedure. |
Parameter(Expression<Func<TEntityType,Byte[]>>, String) |
Configures a parameter for this stored procedure. |
Parameter(Expression<Func<TEntityType,DbGeography>>, String, 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, 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, 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, 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, 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. |
RowsAffectedParameter(String) |
Configures the output parameter that returns the rows affected by this stored procedure. |
ToString() | Returns a string that represents the current object. |
Applies to
Entity Framework