MetaDataMember.IsDeclaredBy Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Specifies whether this member is declared by the specified type.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- type
- Type: System.Data.Linq.Mapping.MetaType
The type to check.
Return Value
Type: System.Booleantrue if this member is declared by the specified type; otherwise, false.
Show: