Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetAllEntities() not populating EntityList
Message
From
06/04/2007 02:38:53
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
GetAllEntities() not populating EntityList
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01212884
Message ID:
01212884
Views:
62
I was suprised today to discover that calling bizObj.GetAllEntities() did not populate the bizObj.EntityList property with the result. I had assumed that it would since the Windows Form Jump Start calls this method for the Shippers and Employees business objects for generating the data for binding to the combo boxes (guess they actually use the dataset that is created along the way and not the entities themselves that appear to be thrown away...).

I guess I can do: bizObj.EntityList = bizObj.GetAllEntites() but why doesn't it happen automatically (this falls under the category of trying to better understand the framework)? Or is there a problem with doing this?

Regards,
Greg Lee
Greg Lee
GCL Software
Next
Reply
Map
View

Click here to load this message in the networking platform