EasyObjects.NET Programmers Reference

OracleDynamicQuery.BuildWhereClause Method 

Construct the correct WHERE clause using the PL/SQL syntax (generic Oracle)

protected virtual void BuildWhereClause(
   DBCommandWrapper dbCommandWrapper,
   string conjunction,
   StringBuilder query
);

Parameters

dbCommandWrapper
A wrapper for an Enterprise Library command object
conjunction
The conjunction to use between parameters, usually AND or OR
query
The query string to append the WHERE clause to

See Also

OracleDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace