Enhancement: Add the dynamic ExecuteQuery method in the DbRepository. #517
Labels
deployed
Feature or bug is deployed at the current release
enhancement
New feature or request
fixed
The bug, issue, incident has been fixed.
todo
Things to be done in the future
Add the
IDbConnection
extended method nameddynamic ExecuteQuery()
into theDbRepository
object. This is to make theDbRepository
object more align with theIDbConnection
object extension methods.Here is the
IDbConnection
signature.The text was updated successfully, but these errors were encountered: