Does anyone know if System.Data.DataTable is now supported in Silverlight 4 beta? In the past I’ve used this for databinding in ASP.NET and WinForm projects where the UI and objects needs to be constructed at runtime. If not, is it in the road map?
标签:
silverlight-4.0
相关问题
- AesManaged and RijndaelManaged
- Silverlight with RIA services on IIS 10.0 results
- Silverlight 4: Where is the HtmlBrush?
- UpdateSourceTrigger PropertyChanged in Silverlight
- Could not load file or assembly > 'System.Wind
相关文章
- Live streaming with silverlight 4
- How do I debug my Silverlight 4 application?
- How to open window pop-up from Silverlight Out-of-
- Dynamically Creating Controls Following MVVM patte
- Silverlight 4 + MVVM + KeyDown event
- How can I get Silverlight 4 Tools to work in Web D
- How to parse the JSON Array value in C# (Windows p
- Why is WPF loosing terrain with Silverlight 4 comi
No this is not in SL4 and is unlikely to ever make it into later versions either. It represents an older approach to data access. In SL you would be expected to integrate with Entity Framework via WCF for this sort of functionality.
Codeplex here have developed a lightweight datatable that can get you by in some situations
There is an implementation for DataTable in Mono . I tried to port it to Silverlight once but it has a lot of dependencies in Xml so I couldn't port the whole things.
Yes. It would be great if we can get light-version of it.
ComponentOne have an implementation of the DataTable