Click here to Skip to main content
15,881,172 members
Articles / Database Development / SQL Server

Object Mapping Using Reflection

Rate me:
Please Sign up or sign in to vote.
4.11/5 (8 votes)
28 Oct 20052 min read 62.5K   409   39  
Object mapping using reflection, with C# and SQL Server.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OMUR", "OMUR\OMUR.csproj", "{84544DC7-F669-45A4-8D48-F81ACDE66CB1}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OMURTest", "OMURTest\OMURTest.csproj", "{13411D02-C6F0-4AD2-83C8-EFF3E2E8FBC9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{84544DC7-F669-45A4-8D48-F81ACDE66CB1}.Debug.ActiveCfg = Debug|.NET
		{84544DC7-F669-45A4-8D48-F81ACDE66CB1}.Debug.Build.0 = Debug|.NET
		{84544DC7-F669-45A4-8D48-F81ACDE66CB1}.Release.ActiveCfg = Release|.NET
		{84544DC7-F669-45A4-8D48-F81ACDE66CB1}.Release.Build.0 = Release|.NET
		{13411D02-C6F0-4AD2-83C8-EFF3E2E8FBC9}.Debug.ActiveCfg = Debug|.NET
		{13411D02-C6F0-4AD2-83C8-EFF3E2E8FBC9}.Debug.Build.0 = Debug|.NET
		{13411D02-C6F0-4AD2-83C8-EFF3E2E8FBC9}.Release.ActiveCfg = Release|.NET
		{13411D02-C6F0-4AD2-83C8-EFF3E2E8FBC9}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions