Country
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
CountryId* | Edm.Int32 | False | true | |||
| CountryName* | Edm.String | False | 40 | ||||
| Alpha2Code | Edm.String | False | 2 | ||||
| Alpha3Code | Edm.String | False | 3 | ||||
| NumericCode* | Edm.Int32 | False | 1-999 | ||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| Address | Address | * |
Additional Information
Notable information when adding a recordChecks if the user has sufficient rights to add/change/delete a record and performs the desired operation.