Sql.Net Class Library Documentation

WhereTermCollection.Add Method 

Adds a WhereTerm with the specified value to the WhereTermCollection.

public int Add(
   WhereTerm val
);

Parameters

val
The WhereTerm to add.

Return Value

The index at which the new element was inserted.

See Also

WhereTermCollection Class | Reeb.SqlOM Namespace | AddRange