Partition.Merge(IEnumerable) Method

Definition

Merges one or more partitions into the current partition.

public void Merge (System.Collections.IEnumerable sources);
member this.Merge : System.Collections.IEnumerable -> unit
Public Sub Merge (sources As IEnumerable)

Parameters

sources
IEnumerable

The partitions to be merged into the partition object on which the Merge method is being executed.

Remarks

Partitions do not need to have the same aggregations to be merged.

Applies to