TechTalk Genome v4.2

Set.Union Method

Returns the distinct union of two Sets.

Overload List

Returns the distinct union of two Sets.

public Set Union(Set);

Returns the distinct union of two Sets.

public static Set Union(Set,Set);

Returns the distinct union of two Sets. Builds the resulting query using the specified UnionMethod hint.

public static Set Union(Set,Set,UnionMethod);

See Also

Set Class | TechTalk.Genome Namespace | UnionMethod | Union