Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mm.andorid.mono - data lifting?
Message
From
21/06/2011 12:52:17
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Database:
Visual FoxPro
Application:
Mobile
Miscellaneous
Thread ID:
01515296
Message ID:
01515299
Views:
57
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform