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:
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
Return to top
Show: