Skip to content

A useful C# utility class for executing ADO.NET commands against a database and mapping results to strongly typed data models in a .NET environment.

License

Notifications You must be signed in to change notification settings

natwallbank/DatabaseCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DatabaseCommand

A useful C# utility class for executing ADO.NET commands against a database in a .NET environment and mapping results to strongly typed data models.

You should find that the DatabaseCommand class is reasonably fully featured for executing database operations. I've included an almost useless (in its triviality) example console application that shows how you might use the class to read some data from an equally useless example database.

I'm hoping to flesh this out in more detail in time, and maybe even write some tests!

About

A useful C# utility class for executing ADO.NET commands against a database and mapping results to strongly typed data models in a .NET environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages