Sql.Net Class Library Documentation

WhereClauseCollection Constructor

Initializes a new instance of WhereClauseCollection.

Overload List

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);

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace