SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command sqlquery_addCondition

Adds a condition to a query by creating a scope and assigning the condition to it.

command sqlquery_addCondition @pQueryA, pCondition
Parameters
TypeNameDescription
Simple parameter. @pQueryA A SQL Query Object array.
Simple parameter. pCondition The search condition. No bindings are allowed.
Description

This handler can be useful if you are dynamically building search conditions and need to add a hard coded search condition.

Return

empty