MetaType.GetDataMember Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the MetaDataMember associated with the specified member.
Namespace: System.Data.Linq.Mapping
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public MustOverride Function GetDataMember ( _
member As MemberInfo _
) As MetaDataMember
public abstract MetaDataMember GetDataMember(
MemberInfo member
)
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, nulla null reference (Nothing in Visual Basic).
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.