Click here to Skip to main content
15,893,588 members
Articles / Web Development / ASP.NET

Enterprise Library 5.0 Data Access Application Block: Fun with IDataReader

Rate me:
Please Sign up or sign in to vote.
4.79/5 (6 votes)
12 Jan 2012CPOL7 min read 68.5K   2.9K   25  
Explore the behaviors of IDataReader in the Enterprise Library 5.0 data access application block.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessEntLib", "DataAccessEntLib\DataAccessEntLib.csproj", "{22B4E1D9-DF6C-42F0-B395-02330AD3BDFA}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{22B4E1D9-DF6C-42F0-B395-02330AD3BDFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{22B4E1D9-DF6C-42F0-B395-02330AD3BDFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{22B4E1D9-DF6C-42F0-B395-02330AD3BDFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{22B4E1D9-DF6C-42F0-B395-02330AD3BDFA}.Release|Any CPU.Build.0 = Release|Any CPU
	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
Web Developer
United States United States
Web & Database Developer. Design and implement web and database applications utilizing Microsoft and other development tools.

Comments and Discussions