Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mm.andorid.mono - data lifting?
Message
De
21/06/2011 12:52:17
Timothy Bryan
Sharpline Consultants
Conroe, Texas, États-Unis
 
 
À
21/06/2011 12:29:39
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Database:
Visual FoxPro
Application:
Mobile
Divers
Thread ID:
01515296
Message ID:
01515299
Vues:
58
>Would someone please show me best practices of how to use an mm.net business object to data drive in an Android mono app. I would like to use the dataset/bizobj paradigm. For example:
>
>// get patient specific data for page
>DataSet ds =oPatient.GetPatientBycustid(“ABC123”);
>
>
>Then hopefully, I could use the table fields returned in ds to supply text info to the Android app

I don't know if I totaly understand the question as I have not been involved with android. However if you are looking to just get a DataSet returned you can do that easily enough. Are you using the classic business objects or entity framework?

The business objects have method for returning a dataset instead of an entity list or you can call GetEntityList method and then return the business objects GetDataSet() or just DataSet property has it.
Timothy
Timothy Bryan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform