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
|
- Re: Dynamic Table in parameterClass? Morten Schmidt
- Re: Dynamic Table in parameterClass? Roberto R