FluentCommand - Fluent Wrapper for DbCommand
Fluent Wrapper for DbCommand
Download
The FluentCommand library is available on nuget.org via package name FluentCommand.
To install FluentCommand, run the following command in the Package Manager Console
Install-Package FluentCommand
Features
- Fluent wrapper over DbConnection and DbCommand
- Callback for parameter return values
- Automatic handling of connection state
- Caching of results
- Automatic creating of entity from DataReader
- Create Dynamic objects from DataReader
- Handles multiple result sets
Example
Query all users with email domain. Entity is automatically created from DataReader.