AddressVt

Fields

The following fields are defined in the AddressVt value type

Name Type Optional Read-only Max. length Precision Scale
Address string (System.String) Yes 60 0 0
City string (System.String) Yes 15 0 0
Country string (System.String) Yes 15 0 0
Region string (System.String) Yes 15 0 0

Elements using this value type

Name Element type
Customer Entity
Employee Entity

Code generation information

Setting values

Address (NormalField)

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

City (NormalField)

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

Country (NormalField)

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

Region (NormalField)

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

Attribute definitions per element

Address (NormalField)

  • StringLength

City (NormalField)

  • StringLength

Country (NormalField)

  • StringLength

Region (NormalField)

  • StringLength

Additional interface definitions per element

None.

Additional namespace definitions per element

None.