MetaType::Associations Property
.NET Framework (current version)
Gets an enumeration of all the associations.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
public: property ReadOnlyCollection<MetaAssociation^>^ Associations { virtual ReadOnlyCollection<MetaAssociation^>^ get() abstract; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MetaAssociation^>^A collection of associations.
.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: