Initializes a new instance of WhereClauseCollection.
Initializes a new instance of WhereClauseCollection.
public WhereClauseCollection();
Initializes a new instance of WhereClauseCollection containing any array of WhereClause objects.
public WhereClauseCollection(WhereClause[]);
Initializes a new instance of WhereClauseCollection based on another WhereClauseCollection.
public WhereClauseCollection(WhereClauseCollection);
WhereClauseCollection Class | Reeb.SqlOM Namespace