Use $tableName$



On 6/1/05, Morten Schmidt <[EMAIL PROTECTED]> wrote:
Hi
 
I need to do something like:
 
public class myClass
{
string tableName;
string myText;
....
..... // Sets and Gets
}
 
 
<statements>
<select id="coolSelect" parameterClass="myClass" resultClass="string">
select * from #tableName#
</select>
</staements>
 
(I hope this makes sense...)
 
I get an error because the tableName is aprsed with ' around it (I think...)
How can I do this?
 
/morten

Reply via email to