Specifies how an inheritance hierarchy is mapped to tables in the
            database.  This attribute should be applied only to the root class
            of an inheritance hierarchy.
            
    Namespace: 
   Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# | 
|---|
[AttributeUsageAttribute(AttributeTargets.Class)] public sealed class InheritanceMappingAttribute : Attribute  | 
| Visual Basic (Declaration) | 
|---|
<AttributeUsageAttribute(AttributeTargets.Class)> _ Public NotInheritable Class InheritanceMappingAttribute _ Inherits Attribute  |