Returns the distinct union of two Sets.
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);