MetaType.GetTypeForInheritanceCode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the meta-type associated with the specified inheritance code.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
'Declaration Public MustOverride Function GetTypeForInheritanceCode ( _ code As Object _ ) As MetaType
Parameters
- code
- Type: System.Object
The inheritance code.
Return Value
Type: System.Data.Linq.Mapping.MetaTypeThe meta-type associated with the specified inheritance code.
Show: