IndependentAssociationMappingConfiguration Class

This page is specific to the Entity Framework 4.1 release documentation. The Entity Framework 4.1 is built on top of the Entity Framework 4 included in .NET Framework 4. The Entity Framework 4.1 can be downloaded and installed from the Microsoft Download Center. Other versions of the Entity Framework are also available:

Configures the table and column mapping of a relationship that does not expose foreign key properties in the object model. This configuration functionality is exposed by the Code First fluent API, see DbModelBuilder.

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

Usage

Syntax

'Declaration
Public NotInheritable Class IndependentAssociationMappingConfiguration
    Inherits AssociationMappingConfiguration
public sealed class IndependentAssociationMappingConfiguration : AssociationMappingConfiguration
public ref class IndependentAssociationMappingConfiguration sealed : public AssociationMappingConfiguration
public final class IndependentAssociationMappingConfiguration extends AssociationMappingConfiguration
public final class IndependentAssociationMappingConfiguration extends AssociationMappingConfiguration

Inheritance Hierarchy

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

Thread Safety

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

IndependentAssociationMappingConfiguration Members
System.Data.Entity.ModelConfiguration.Configuration Namespace