Sql.Net Class Library Documentation

WhereTermCollection.AddRange Method (WhereTerm[])

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

public void AddRange(
   WhereTerm[] val
);

Parameters

val
An array of type WhereTerm containing the objects to add to the collection.

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace | WhereTermCollection.AddRange Overload List | Add