Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Business object for WPF data grid
Message
 
To
16/07/2009 10:51:19
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01412628
Message ID:
01412735
Views:
55
Sorry, that was a typo as I was trying to convert things to a more generic example. The code I used was essentially the one you suggest:
public mmBindingList<MyWinDings> GetMyWinDings(string type)
{
     return this.GetEntityList<MyWinDings>("GetMyWindingsByType",
          this.CreateParameter("@type", type));
}
the essential problem I assume is that the compiler doesn't recognize the mmBindingList. And I'm wondering if I should be using some other class?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform