Paycheck

Inheritance hierarchy

Hierarchy type None
Is abstract False

Relationships

The Paycheck entity is part of the following relationships

Related Entity Full description
Employee2 Paycheck.Employee2 - Employee2.Paycheck (m:1)

Fields

The following fields are defined in the Paycheck entity

Name Type Is PK Is FK Optional Read-only Max. length Precision Scale
Amount decimal (System.Decimal) 0 19 4
PaycheckId int (System.Int32) Yes Yes 0 0 0
PersonId int (System.Int32) Yes 0 0 0

Unique Constraints

None.

None.

Mappings

InheritanceOne.dbo.Paycheck (SQL Server (SqlClient))

Aspect Value
Type of target Table
Actions allowed Create / Retrieve / Update / Delete
Entity Field Target field Nullable Type Length Precision Scale Sequence Type converter
Amount Amount money 0 19 4
PaycheckId PaycheckID int 0 10 0 SCOPE_IDENTITY()
PersonId PersonID int 0 10 0

Code generation information

Setting values

Paycheck (Entity)

Setting name Value
Entity base class name CommonEntityBase

Amount (NormalField)

Setting name Value
Generate as nullable type True
Field property is public True

PaycheckId (NormalField)

Setting name Value
Generate as nullable type True
Field property is public True

PersonId (NormalField)

Setting name Value
Generate as nullable type True
Field property is public True

Employee2 (NavigatorSingleValue)

Setting name Value
Navigator property is public True

Attribute definitions per element

Employee2 (NavigatorSingleValue)

  • Browsable($true)

Additional interface definitions per element

None.

Additional namespace definitions per element

None.