Sql.Net Class Library Documentation

WhereClauseCollection.Add Method 

Adds a WhereClause with the specified value to the WhereClauseCollection.

public int Add(
   WhereClause val
);

Parameters

val
The WhereClause to add.

Return Value

The index at which the new element was inserted.

See Also

WhereClauseCollection Class | Reeb.SqlOM Namespace | AddRange