Skip to content

Enhancement: Add the dynamic ExecuteQuery method in the DbRepository. #517

@mikependon

Description

@mikependon

Add the IDbConnection extended method named dynamic ExecuteQuery() into the DbRepository object. This is to make the DbRepository object more align with the IDbConnection object extension methods.

Here is the IDbConnection signature.

public static IEnumerable<dynamic> ExecuteQuery(this IDbConnection connection, string commandText, object param = null, CommandType? commandType = null, int? commandTimeout = null, IDbTransaction transaction = null);

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releaseenhancementNew feature or requestfixedThe bug, issue, incident has been fixed.todoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions