TCTester

Inheritance hierarchy

Hierarchy type None
Is abstract False

Relationships

The TCTester entity is part of the following relationships

Related Entity Full description
Product TCTester.Product - Product.TCTester (m:1)

Fields

The following fields are defined in the TCTester entity

Name Type Is PK Is FK Optional Read-only Max. length Precision Scale
BoolFromShort bool (System.Boolean) 0 5 0
IntFromDecimal int (System.Int32) 0 19 4
OrderId int (System.Int32) Yes 0 10 0
ProductId int (System.Int32) Yes Yes 0 0 0

Unique Constraints

None.

None.

Mappings

Northwind.dbo.Order Details (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
BoolFromShort Quantity smallint 0 5 0 SD.LLBLGen.Pro.TypeConverters.BooleanNumericConverter
IntFromDecimal UnitPrice money 0 19 4 SD.LLBLGen.Pro.TypeConverters.Int32DecimalConverter
OrderId OrderID int 0 10 0
ProductId ProductID int 0 10 0
Unmapped fields in target
Target field Nullable Type Length Precision Scale
Discount real 0 24 0

Code generation information

Setting values

TCTester (Entity)

Setting name Value
Entity base class name CommonEntityBase

BoolFromShort (NormalField)

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

IntFromDecimal (NormalField)

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

OrderId (NormalField)

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

ProductId (NormalField)

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

Product (NavigatorSingleValue)

Setting name Value
Navigator property is public True

Attribute definitions per element

Product (NavigatorSingleValue)

  • Browsable($true)

Additional interface definitions per element

None.

Additional namespace definitions per element

None.