Sql.Net Class Library Documentation

WhereClauseCollection.AddRange Method (WhereClause[])

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

public void AddRange(
   WhereClause[] val
);

Parameters

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

See Also

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