Saved Queries Feature

Posts   
 
    
kievBug
User
Posts: 105
Joined: 09-Jan-2009
# Posted on: 26-Jan-2009 19:12:27   

Hi!

I need to implement saved queries feature in my WebApp. User should be able to edit\change the query and then save it in DB. Later on it will be used either by report or some other page.

I tried to use LLBLGen objects such as ResultsetFields, RelationPredicateBucket, SortExpression, GroupByCollection and serialize them in to XML with Soap formatterm but it seems it doesn't work. XmlSerializer doesn't work too(I've read about the reasons).

So is there a way to serialize these objects into XML? Is there any recommendation about it?

Thanks, Anton

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 27-Jan-2009 07:27:51   
David Elizondo | LLBLGen Support Team