Data Access Library that simplifies data access to a Microsoft SQL server. Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage.
GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight...
More information
Displays a SqlCommand as a full SQL string with all parameters inline. Makes it easy to debug (copy paste to db tool). Please submit pull requests on GitHub.
Data Access Library that simplifies data access to a Microsoft SQL server. Wraps SqlConnection the SqlCommand into a series of objects and methods that provide more straightforward usage. GetObjects<T>()/GetObject<T>() provides functionality to fill an object via reflection in a lightweight...
More information