Class DBC.ZipToCityFields
Fields for ZipToCity, Zip codes and city names. Zip codes used during address entry. You will find more information about addressformat on http://techdoc.superoffice.com
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.ZipToCityFields
Fields
City
ZipToCity.City: City field
Declaration
public const string City = "city"
Field Value
Type | Description |
---|---|
string |
CountryId
ZipToCity.CountryId: Country this zip table is valid for
Declaration
public const string CountryId = "country_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
ZipToCity.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |
Zipcode
ZipToCity.Zipcode: Zipcode
Declaration
public const string Zipcode = "zipcode"
Field Value
Type | Description |
---|---|
string |
ZiptocityId
ZipToCity.ZiptocityId: Primary key
Declaration
public const string ZiptocityId = "ziptocity_id"
Field Value
Type | Description |
---|---|
string |