Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Business Object and there fields
Message
From
02/07/2004 05:09:31
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Accessing Business Object and there fields
Miscellaneous
Thread ID:
00920029
Message ID:
00920029
Views:
53
Hi Kevin !
I wanted to work with my Business Object directly , not in Win/Web form. ( to manipulate the Data, do batch updates , Run statistics about the records etc.)

How can I work with the object as BO for example:

Orders oOrders = new Orders();
oOrders.GetAllOrders()

foeach (Order oOrder IN oOrders.Orders)
if (oOrder.OrderDate.ToString() > "01/01/2003")
{
// do some action
oOrder.Expired = true;
oOrder.Save();
}


TIA
Shai
Next
Reply
Map
View

Click here to load this message in the networking platform