GeographyCollectionAggregate.Merge(GeographyCollectionAggregate) Method

Definition

Adds the given GeographyCollectionAggregate collection into this geography collection.

public void Merge (Microsoft.SqlServer.Types.GeographyCollectionAggregate group);
member this.Merge : Microsoft.SqlServer.Types.GeographyCollectionAggregate -> unit
Public Sub Merge (group As GeographyCollectionAggregate)

Parameters

group
GeographyCollectionAggregate

The collection of SqlGeography objects to add into this geography collection.

Applies to