System.ComponentModel.DataAnnotations 4.0.0.0 System.Attribute System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.All, AllowMultiple=false, Inherited=true) To be added. Specifies that an entity member represents a data relationship, such as a foreign key relationship. Constructor 4.0.0.0 If the association is bi-directional, the name must be the same on both sides of the association. Initializes a new instance of the class. The name of the association. A comma-separated list of the property names of the key values on the side of the association. A comma-separated list of the property names of the key values on the side of the association. Property 4.0.0.0 System.Boolean To be added. To be added. Gets or sets a value that indicates whether the association member represents a foreign key. Property 4.0.0.0 System.String To be added. If the association is bi-directional, the name must be the same on both sides of the association. Gets the name of the association. Property 4.0.0.0 System.String To be added. To be added. Gets the property names of the key values on the OtherKey side of the association. Property 4.0.0.0 System.Collections.Generic.IEnumerable<System.String> To be added. To be added. Gets a collection of individual key members that are specified in the property. Property 4.0.0.0 System.String To be added. To be added. Gets the property names of the key values on the ThisKey side of the association. Property 4.0.0.0 System.Collections.Generic.IEnumerable<System.String> To be added. To be added. Gets a collection of individual key members that are specified in the property.