AssociationModificationStoredProcedureConfiguration<TEntityType> Class

Definition

Allows configuration to be performed for a stored procedure that is used to modify a relationship.

C#
public class AssociationModificationStoredProcedureConfiguration<TEntityType> where TEntityType : class

Type Parameters

TEntityType

The type of the entity that the relationship is being configured from.

Inheritance
AssociationModificationStoredProcedureConfiguration<TEntityType>

Methods

Parameter(Expression<Func<TEntityType,Byte[]>>, 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.

Applies to

Product Versions
Entity Framework 6.2.0