AssociationAttribute.ThisKey Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets or sets members of this entity class to represent the key values on this side of the association.
Namespace: System.Data.Linq.Mapping
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public Property ThisKey As String
public string ThisKey { get; set; }
Property Value
Type: System.String
Default = Id of the containing 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.