InheritanceAttribute.Create Constructor
Creates an InheritanceAttribute with the specified persistence strategy.
Syntax
Unit: Aurelius.Mapping.Attributes
constructor InheritanceAttribute.Create(Strategy: TInheritanceStrategy);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Strategy | TInheritanceStrategy | The inheritance mapping strategy to use for the class hierarchy. |