Click here to Skip to main content
15,886,788 members
Articles / Programming Languages / Visual Basic

Linq To Dataset: Display the Contents of Several Tables in a Data Control

Rate me:
Please Sign up or sign in to vote.
4.33/5 (3 votes)
17 May 2010CPOL2 min read 32K   554   12  
In several cases, we will be required to work with data in different datasets, or on the same dataset but at different DataTables
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ejemplo
</name>
</assembly>
<members>
<member name="P:ejemplo.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:ejemplo.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="T:ejemplo.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Freelance Developer
Spain Spain
MVP Windows Platform Development 2014
MVP Windows Phone Development 2013
MVP Windows Phone Development 2012

Comments and Discussions