In DataEnvironment I have a Command Object in which I have
given following SQL Query:

-------------------------
SELECT * FROM customer WHERE billno = billnumber
-------------------------

Here billnumber is a public variable in Module.
This variable accepts value at run-time.

How to call variable in DataEnvironment's SQL Query?