Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data access questions
Message
De
12/07/2007 14:46:54
 
 
À
12/07/2007 10:45:44
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01239691
Message ID:
01239850
Vues:
6
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform