Map Business Online SDK
IdFieldName Property

MBO Namespace > DatasetFieldMapping Class : IdFieldName Property
Gets or sets the name of the field containing unique record ids. Optional.
Syntax
'Declaration
 
Public Property IdFieldName As String
public string IdFieldName {get; set;}

Property Value

Name of the field with unique record ids.
Remarks
Values of the field must be unique across all records in the dataset. Set the property if you want to use dataset update functionality in MBO (also called linking to dataset sometimes).
See Also

Reference

DatasetFieldMapping Class
DatasetFieldMapping Members