MetaType.GetDataMember Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the MetaDataMember associated with the specified member.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public MustOverride Function GetDataMember ( _ member As MemberInfo _ ) As MetaDataMember
Parameters
- member
- Type: System.Reflection.MemberInfo
The member for which the associated MetaDataMember is sought.
Return Value
Type: System.Data.Linq.Mapping.MetaDataMemberThe MetaDataMember if one is associated with the specified member; otherwise, Nothing.
Show: