Sql.Net Class Library Documentation

WhereTermCollection.AddRange Method

Copies the elements of an array to the end of the WhereTermCollection.

Overload List

Copies the elements of an array to the end of the WhereTermCollection.

public void AddRange(WhereTerm[]);

Adds the contents of another WhereTermCollection to the end of the collection.

public void AddRange(WhereTermCollection);

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace | Add