AssociationModificationStoredProcedureConfiguration<TEntityType> Class

 

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

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.AssociationModificationStoredProcedureConfiguration<TEntityType>

public class AssociationModificationStoredProcedureConfiguration<TEntityType>
where TEntityType : class

Type Parameters

TEntityType

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodParameter(Expression<Func<TEntityType, Byte[]>>, 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<TProperty>(Expression<Func<TEntityType, TProperty>>, 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_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.