MetaType::PersistentDataMembers Property

 

Gets a collection of all the persistent data members.

Namespace:   System.Data.Linq.Mapping
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
Return to top
Show: