Share via


AssociationAttribute.OtherKey Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets one or more members of the target entity class as key values on the other side of the association.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

Syntax

'Declaration
Public Property OtherKey As String
public string OtherKey { get; set; }

Property Value

Type: System.String
Default = Id of the related class.

Remarks

For multiple members, use a comma-separated list.

The key is not required to match the primary key or foreign key, but the user-stated cardinality (0-1 for EntityRef<TEntity> or 0-n for EntitySet<TEntity>) is assumed to be true.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.