Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data access questions
Message
From
12/07/2007 14:46:54
 
 
To
12/07/2007 10:45:44
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01239691
Message ID:
01239850
Views:
7
if it is outside a form or other mm data aware container you just instaniate a new object and call the methods you need.
this is vb but you should get the idea.
'the call
Dim myBO as New MyBusinessObject
myBO.Fetch_docbyDLN(1001)
with myBO.entity
do some stuff with entity
endwith


'the BO's fetchmethod
public function Fetch_docbyDLN(byval dln as int64) as entity
me.getdataset("DocbyDLN",me.createparameter("@DLN",dln)
return me.entity
end function
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform