FieldMetadataDatabaseFieldKey Property |
Gets or sets database field key.
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntaxpublic string DatabaseFieldKey { get; set; }
Public Property DatabaseFieldKey As String
Get
Set
public:
property String^ DatabaseFieldKey {
String^ get ();
void set (String^ value);
}
member DatabaseFieldKey : string with 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