Sql.Net Class Library Documentation

WhereTermCollection Constructor

Initializes a new instance of WhereTermCollection.

Overload List

Initializes a new instance of WhereTermCollection.

public WhereTermCollection();

Initializes a new instance of WhereTermCollection containing any array of WhereTerm objects.

public WhereTermCollection(WhereTerm[]);

Initializes a new instance of WhereTermCollection based on another WhereTermCollection.

public WhereTermCollection(WhereTermCollection);

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace