Click or drag to resize
FieldMetadataDatabaseFieldKey Property
Gets or sets database field key.

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public string DatabaseFieldKey { get; set; }

Property Value

Type: String
Remarks
Note that this is not a real field name used in the database. It is just a key for mapping. This key is to be used all over the API service. In fact only RetrieveByQuery method is referring actual field names.
See Also