ForeignKeyAssociationMappingConfiguration Class
Entity Framework 5.0
Represents a mapping configuration for a foreign key association.
System.Object
System.Data.Entity.ModelConfiguration.Configuration.AssociationMappingConfiguration
System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyAssociationMappingConfiguration
System.Data.Entity.ModelConfiguration.Configuration.AssociationMappingConfiguration
System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyAssociationMappingConfiguration
Namespace: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in EntityFramework.dll)
The ForeignKeyAssociationMappingConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. This method is hidden from IntelliSense. (Overrides Object.Equals(Object).) |
![]() | Equals(ForeignKeyAssociationMappingConfiguration) | Determines whether the specified ForeignKeyAssociationMappingConfiguration object is equal to the current object. |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. This method is hidden from IntelliSense. (Overrides Object.GetHashCode.) |
![]() | GetType | Gets the type of the current instance. This method is hidden from IntelliSense. |
![]() | MapKey | Configures the name of the column(s) for the foreign key. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. This method is hidden from IntelliSense. (Overrides Object.ToString.) |
![]() | ToTable(String) | Configures the table name that the foreign key column(s) reside in. |
![]() | ToTable(String, String) | Configures the table name and schema that the foreign key column(s) reside in. |
Show:
