Hi all ,
From i want to know container can keep data query ?
if yes How i should writing code ?
Please tell me
Regards,
Chanathip Thakonnawamongkol
*This post is locked for comments
I have the same question (0)

Hi all ,
From i want to know container can keep data query ?
if yes How i should writing code ?
Please tell me
Regards,
Chanathip Thakonnawamongkol
*This post is locked for comments
I have the same question (0)Hi Chanathip,
You can use
container c = query.pack();
to pack a query into a container and then
Query q2 = new Query(c);
to unpack it .