MetaType::IdentityMembers Property
.NET Framework (current version)
Gets an enumeration of all the data members that define the unique identity of the type.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
public: property ReadOnlyCollection<MetaDataMember^>^ IdentityMembers { virtual ReadOnlyCollection<MetaDataMember^>^ get() abstract; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MetaDataMember^>^An enumeration of members that define the unique identity of the type.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: