Print Page | Close Window

EntityList to Dataset

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=963
Printed Date: 10-Jun-2026 at 8:53pm


Topic: EntityList to Dataset
Posted By: vinothvdp
Subject: EntityList to Dataset
Date Posted: 10-Oct-2008 at 2:44am
Hi all,
 
i am using BOS(IdeabladePersistence service), how to convert EntityList to dataset,pls send any example.
 
thanks



Replies:
Posted By: davidklitzke
Date Posted: 10-Oct-2008 at 10:32am

(1) Create a new PersistenceManager

(2) Load or import the EnityList into the PersistenceManager
 
(3) The DataSet is now one of the properties of the PersistenceManager
 
ms-its:C:%5CProgram%20Files%5CIdeaBlade%20DevForce%5CDocumentation%5CIdeaBlade%20DevForce%20Consolidated%20Help.chm::/7/IdeaBlade.Persistence~IdeaBlade.Persistence.PersistenceManager~DataSet.html - DataSet Provides access to the internal ms-its:C:%5CProgram%20Files%5CIdeaBlade%20DevForce%5CDocumentation%5CIdeaBlade%20DevForce%20Consolidated%20Help.chm::/7/IdeaBlade.Persistence~IdeaBlade.Persistence.PersistenceManager_members.html# - DataSet used to cache business objects



Print Page | Close Window