GetDataMember Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Data.Linq.Mapping
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.MetaDataMember
The MetaDataMember if one is associated with the specified member; otherwise, Nothing.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft