AssociationModificationStoredProcedureConfiguration<TEntityType> Class
Allows configuration to be performed for a stored procedure that is used to modify a relationship.
Assembly: EntityFramework (in EntityFramework.dll)
System.Object
System.Data.Entity.ModelConfiguration.Configuration.AssociationModificationStoredProcedureConfiguration<TEntityType>
System.Data.Entity.ModelConfiguration.Configuration.AssociationModificationStoredProcedureConfiguration<TEntityType>
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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, TProperty>>, String) | Configures a parameter for this stored procedure. |
![]() | Parameter<TProperty>(Expression<Func<TEntityType, Nullable<TProperty>>>, String) | Configures a parameter for this stored procedure. |
![]() | ToString() | (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.