Sql.Net Class Library Documentation

WhereClauseCollection.AddRange Method

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

Overload List

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

public void AddRange(WhereClause[]);

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

public void AddRange(WhereClauseCollection);

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace | Add