MetaType.GetTypeForInheritanceCode(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets the meta-type associated with the specified inheritance code.
public:
abstract System::Data::Linq::Mapping::MetaType ^ GetTypeForInheritanceCode(System::Object ^ code);
public abstract System.Data.Linq.Mapping.MetaType GetTypeForInheritanceCode (object code);
abstract member GetTypeForInheritanceCode : obj -> System.Data.Linq.Mapping.MetaType
Public MustOverride Function GetTypeForInheritanceCode (code As Object) As MetaType
Parameters
- code
- Object
The inheritance code.
Returns
The meta-type associated with the specified inheritance code.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.