Sql.Net Class Library Documentation

CaseTermCollection.AddRange Method

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

Overload List

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

public virtual void AddRange(CaseTerm[]);

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

public virtual void AddRange(CaseTermCollection);

See Also

CaseTermCollection Class | Reeb.SqlOM Namespace