Disconnected Datasets

Posts   
 
    
Posts: 16
Joined: 30-Sep-2003
# Posted on: 20-Oct-2003 21:27:21   

I have developed a significant amount of ASP.NET code using LLBLGen and LLBLGen Pro. Now I am starting to develop a WinForms application that mirrors some of the functionality of my existing ASP.NET code.

I will need to work with local disconnected data, but I would love to be able to use my familiar LLBLGen classes, but against DISCONNECTED datasets instead of against a live SQL database...

I'm guessing it might be possible to create some templates that would generate this sort of code from LLBLGen Pro...

Does anybody have any general thoughts or advise on the topic before I dig in?

Thanks-

-EAB

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 20-Oct-2003 21:59:22   

The entity collection classes have a method GetMultiAsDataTable(). That is perhaps what you're looking for simple_smile

Frans Bouma | Lead developer LLBLGen Pro
johnh
User
Posts: 21
Joined: 28-Sep-2003
# Posted on: 21-Oct-2003 08:02:17   

This request is similar to the post where I was asking about "In memory databases".

The disconnected datasets include several tables, together with the relationships and other constraints between them.