ManyToManyAssociationMappingConfiguration Class

 

Configures the table and column mapping of a many:many relationship. This configuration functionality is available via the Code First Fluent API, see DbModelBuilder.

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.AssociationMappingConfiguration
    System.Data.Entity.ModelConfiguration.Configuration.ManyToManyAssociationMappingConfiguration

public sealed class ManyToManyAssociationMappingConfiguration : AssociationMappingConfiguration

NameDescription
System_CAPS_pubmethodEquals(ManyToManyAssociationMappingConfiguration)

Determines whether the specified object is equal to the current object.

System_CAPS_pubmethodEquals(Object)

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

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the type of the current instance.

System_CAPS_pubmethodHasTableAnnotation(String, Object)

Sets an annotation in the model for the join table. The annotation value can later be used when processing the table such as when creating migrations.

System_CAPS_pubmethodMapLeftKey(String[])

Configures the name of the column(s) for the left foreign key. The left foreign key points to the parent entity of the navigation property specified in the HasMany call.

System_CAPS_pubmethodMapRightKey(String[])

Configures the name of the column(s) for the right foreign key. The right foreign key points to the parent entity of the the navigation property specified in the WithMany call.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Overrides Object.ToString().)

System_CAPS_pubmethodToTable(String)

Configures the join table name for the relationship.

System_CAPS_pubmethodToTable(String, String)

Configures the join table name and schema for the relationship.

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