string ConnectionString = "...";
//Instance of ISqlConnection
SqlConnection Conn = new SqlConnection(ConnectionString);
//Querying The Respective Statement
List<Supplier> Suppliers = Mapper.Get<Supplier>(Conn, "SELECT * FROM Suppliers");
//Printing Data.
Suppliers.ForEach(x => {
Console.WriteLine(x.City);
});-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Mapper and QueryConstructor for NET. 4.5
License
DividedByCero/simple-db-toolkit
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Basic Mapper and QueryConstructor for NET. 4.5
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published