EasyObjects.NET Programmers Reference

SqlServerDynamicQuery.BuildWhereClause Method 

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

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

SqlServerDynamicQuery Class | NCI.EasyObjects.DynamicQueryProvider Namespace