Sql.Net Class Library Documentation

UpdateTermCollection.AddRange Method

Adds the elements of an array to the end of this UpdateTermCollection.

Overload List

Adds the elements of an array to the end of this UpdateTermCollection.

public virtual void AddRange(UpdateTerm[]);

Adds the elements of another UpdateTermCollection to the end of this UpdateTermCollection.

public virtual void AddRange(UpdateTermCollection);

See Also

UpdateTermCollection Class | Reeb.SqlOM Namespace