Gets or sets the merge data. This must be as a list of POCOs of the same type.

Syntax

public IEnumerable<object> MergeData { get; set; }
Public Property MergeData As IEnumerable(Of Object)