MetaType::GetDataMember Method (MemberInfo^)

 

Gets the MetaDataMember associated with the specified member.

Namespace:   System.Data.Linq.Mapping
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

public:
virtual MetaDataMember^ GetDataMember(
	MemberInfo^ member
) abstract

Parameters

member
Type: System.Reflection::MemberInfo^

The member for which the associated MetaDataMember is sought.

Return Value

Type: System.Data.Linq.Mapping::MetaDataMember^

The MetaDataMember if one is associated with the specified member; otherwise, null.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: