Sql.Net Class Library Documentation

WhereClauseCollection.AddRange Method (WhereClauseCollection)

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

public void AddRange(
   WhereClauseCollection val
);

Parameters

val
A WhereClauseCollection containing the objects to add to the collection.

See Also

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