Dapper.EntityFramework.Extensions
Dapper.EntityFramework.Extensions copied to clipboard
Extension dapper to EntityFramework
Results
2
Dapper.EntityFramework.Extensions issues
Sort by
recently updated
recently updated
newest added
Hi, I try to perform a simple query with this extension but I cannot load the related entities in my query ``` var bookings = uow.Context.BookingRequests .Include(x => x.PriceRange) .Where(x...
hi, this is a amazing tool! but this tool will support async feature?