Skip to content

atrophic/Dynamic-Data-Access

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To use this in your own project:

- Use .NET 3.5 or later.  (It could become 2.0 compatible with very minimal changes, an exercise for the reader.)
- Change the connection string name in the DynamicDataAccess class.
- Do one of the following three things.
	- Ensure your Data Object properties match the names of the columns in the table.
	- Apply the ColumnInTable attribute to your Data Object properties that do not match.
	- Pass as a parameter a mapping function matching the DataMapper delegate found in DynamicDataAccess.

About

A .NET SQL connection wrapper to access stored procedures and map them to data objects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors