CustomerDemographics

Inheritance hierarchy

Hierarchy type None
Is abstract False

Relationships

The CustomerDemographics entity is part of the following relationships

Related Entity Full description
CustomerCustomerDemo CustomerCustomerDemo.CustomerDemographics - CustomerDemographics.CustomerCustomerDemo (m:1)

Fields

The following fields are defined in the CustomerDemographics entity

Name Type Is PK Is FK Optional Read-only Max. length Precision Scale
CustomerDesc string (System.String) Yes 1073741823 0 0
CustomerTypeId string (System.String) Yes 10 0 0

Unique Constraints

None.

None.

Mappings

Northwind.dbo.CustomerDemographics (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
CustomerDesc CustomerDesc Yes ntext 1073741823 0 0
CustomerTypeId CustomerTypeID nchar 10 0 0

Code generation information

Setting values

CustomerDemographics (Entity)

Setting name Value
Entity base class name CommonEntityBase

CustomerDesc (NormalField)

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

CustomerTypeId (NormalField)

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

CustomerCustomerDemo (NavigatorCollection)

Setting name Value
Navigator property is public True

Attribute definitions per element

CustomerDesc (NormalField)

  • StringLength

CustomerTypeId (NormalField)

  • StringLength

Additional interface definitions per element

None.

Additional namespace definitions per element

None.