ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType> Class
Configures a many:many relationship. This configuration functionality is available via the Code First Fluent API, see DbModelBuilder.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>
public class ManyToManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType> where TEntityType : class where TTargetEntityType : class
Type Parameters
- TEntityType
The type of the parent entity of the navigation property specified in the HasMany call.
- TTargetEntityType
The type of the parent entity of the navigation property specified in the WithMany call.
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | Map(Action<ManyToManyAssociationMappingConfiguration>) | Configures the foreign key column(s) and table used to store the relationship. |
![]() | MapToStoredProcedures() | Configures stored procedures to be used for modifying this relationship. The default conventions for procedure and parameter names will be used. |
![]() | MapToStoredProcedures(Action<ManyToManyModificationStoredProceduresConfiguration<TEntityType, TTargetEntityType>>) | Configures stored procedures to be used for modifying this relationship. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current object.(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.