This topic has not yet been rated - Rate this topic

MetaType.IdentityMembers Property

Gets an enumeration of all the data members that define the unique identity of the type.

Namespace:  System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)
public abstract ReadOnlyCollection<MetaDataMember> IdentityMembers { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<MetaDataMember>
An enumeration of members that define the unique identity of the type.

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.