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