FamilyCar
Inheritance hierarchy
	| Hierarchy type | 
	Target per entity hierarchy | 
	| Is abstract | 
	False | 
CompanyCar (Hierarchy root)
   
FamilyCar
Discriminator field: CarType
Relationships
The FamilyCar entity is part of the following relationships 
Fields
The following fields are defined in the FamilyCar entity 
	| Name | 
	Type | 
	Inherited from | 
	Is PK | 
	Is FK | 
	Optional | 
	Read-only | 
	Max. length | 
	Precision | 
	Scale | 
	| Brand | 
	string (System.String) | 
	CompanyCar | 
	 | 
	 | 
	 | 
	 | 
	50 | 
	0 | 
	0 | 
	| CarId | 
	int (System.Int32) | 
	CompanyCar | 
	Yes | 
	 | 
	 | 
	 | 
	0 | 
	0 | 
	0 | 
	| CarType | 
	short (System.Int16) | 
	CompanyCar | 
	 | 
	 | 
	 | 
	Yes | 
	0 | 
	0 | 
	0 | 
	| Price | 
	decimal (System.Decimal) | 
	CompanyCar | 
	 | 
	 | 
	 | 
	 | 
	0 | 
	19 | 
	4 | 
	| HasDrawHook | 
	bool (System.Boolean) | 
	 | 
	 | 
	 | 
	Yes | 
	 | 
	0 | 
	0 | 
	0 | 
Unique Constraints
None.
None.
Mappings
	| Aspect | 
	Value | 
	| Type of target | 
	Table | 
	| Actions allowed | 
	Create / Retrieve / Update / Delete | 
	| Entity Field | 
	Target field | 
	Nullable | 
	Type | 
	Length | 
	Precision | 
	Scale | 
	Sequence | 
	Type converter | 
	| HasDrawHook | 
	HasDrawHook | 
	Yes | 
	bit | 
	0 | 
	0 | 
	0 | 
	 | 
	 | 
Unmapped fields in target
	| Target field | 
	Nullable | 
	Type | 
	Length | 
	Precision | 
	Scale | 
	| CarID | 
	 | 
	int | 
	0 | 
	10 | 
	0 | 
	| Brand | 
	 | 
	varchar | 
	50 | 
	0 | 
	0 | 
	| Price | 
	 | 
	money | 
	0 | 
	19 | 
	4 | 
	| IsCabrio | 
	Yes | 
	bit | 
	0 | 
	0 | 
	0 | 
	| CarType | 
	 | 
	smallint | 
	0 | 
	5 | 
	0 | 
Setting values
FamilyCar (Entity)
	| Setting name | 
	Value | 
	| Entity base class name | 
	CommonEntityBase | 
CarId (NormalField)
	| Setting name | 
	Value | 
	| Generate as nullable type | 
	True | 
	| Field property is public | 
	True | 
HasDrawHook (NormalField)
	| Setting name | 
	Value | 
	| Generate as nullable type | 
	True | 
	| Field property is public | 
	True | 
Attribute definitions per element
None.
Additional interface definitions per element
None.
Additional namespace definitions per element
None.