UpdateModificationStoredProcedureConfiguration<TEntityType> Class

 

Allows configuration to be performed for a stored procedure that is used to update entities.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.ModificationStoredProcedureConfigurationBase
    System.Data.Entity.ModelConfiguration.Configuration.UpdateModificationStoredProcedureConfiguration<TEntityType>

public class UpdateModificationStoredProcedureConfiguration<TEntityType> : ModificationStoredProcedureConfigurationBase
where TEntityType : class

Type Parameters

TEntityType

The type of the entity that the stored procedure can be used to update.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to this instance object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Retrieves the hash code.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Retrieves the type of this configuration.

System_CAPS_pubmethodHasName(String)

Configures the name of the stored procedure.

System_CAPS_pubmethodHasName(String, String)

Configures the name of the stored procedure.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodNavigation<TPrincipalEntityType>(Expression<Func<TPrincipalEntityType, TEntityType>>, Action<AssociationModificationStoredProcedureConfiguration<TPrincipalEntityType>>)

Configures parameters for a relationship where the foreign key property is not included in the class.

System_CAPS_pubmethodNavigation<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.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, Byte[]>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, Byte[]>>, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeography>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeography>>, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeometry>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, DbGeometry>>, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, String>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, String>>, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, TProperty>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, TProperty>>, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodParameter<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, String, String)

Configures a parameter for this stored procedure.

System_CAPS_pubmethodResult(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.

System_CAPS_pubmethodResult(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.

System_CAPS_pubmethodResult(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.

System_CAPS_pubmethodResult(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.

System_CAPS_pubmethodResult<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.

System_CAPS_pubmethodResult<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.

System_CAPS_pubmethodRowsAffectedParameter(String)

Configures the output parameter that returns the rows affected by this stored procedure.

System_CAPS_pubmethodToString()

Converts the value of this instance to its equivalent string representation.(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.