EasyObjects.NET Programmers Reference

Sql2005DynamicQuery.BuildWhereClause Method 

Construct the correct WHERE clause using the Transact-SQL syntax (SQL Server 2005)

protected override 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

Sql2005DynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace