Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shaped Entities
Message
From
22/12/2008 13:31:43
Tegron Tegron
Platinum Technologies
Ohio, United States
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01368835
Message ID:
01369218
Views:
18
When I investigate the entity using the latter method, the entity object still is returning the default entity. The doc reports that this method basically just adds another datatable to the DataSet.

How do I get my bound form to display the data being returned from the dataset? Currently it is bound to the entity object and displaying the data from the default dataset, which is what it is supposed to do. The stored procedure that I am calling fromt he filldataset has a different data structure from the default entity. Is there a way to default to another dataset for the entity object?

this.FillDataSet(this.GetCurrentDataSet(),"GetSubmittedRequestsByReimbursementStatusID", "Guardians",
this.CreateParameter("@ReimbursementTypeID",reimburseTypeID,DbType.Int32,ParameterDirection.Input));
return this.GetCurrentDataSet();
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform