Click here to Skip to main content
15,885,366 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

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ejemplo", "ejemplo\ejemplo.vbproj", "{B17C5CEF-F660-42F7-B9FF-B262C5D2AF07}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B17C5CEF-F660-42F7-B9FF-B262C5D2AF07}.Debug|x86.ActiveCfg = Debug|x86
		{B17C5CEF-F660-42F7-B9FF-B262C5D2AF07}.Debug|x86.Build.0 = Debug|x86
		{B17C5CEF-F660-42F7-B9FF-B262C5D2AF07}.Release|x86.ActiveCfg = Release|x86
		{B17C5CEF-F660-42F7-B9FF-B262C5D2AF07}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

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