MetaType::PersistentDataMembers Property
.NET Framework (current version)
Gets a collection of all the persistent data members.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
public: property ReadOnlyCollection<MetaDataMember^>^ PersistentDataMembers { virtual ReadOnlyCollection<MetaDataMember^>^ get() abstract; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<MetaDataMember^>^A collection of all the meta-data members in the current type.
Persistent data members are those fields and properties that are mapped to database columns.
.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: