Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any chance of supporting Dapper.Contrib extension methods? #12

Open
Rodske opened this issue Mar 21, 2018 · 1 comment
Open

Any chance of supporting Dapper.Contrib extension methods? #12

Rodske opened this issue Mar 21, 2018 · 1 comment

Comments

@Rodske
Copy link

Rodske commented Mar 21, 2018

There are several Dapper functions exposed in Dapper.Contrib ...
T Get<T>(id);
IEnumerable<T> GetAll<T>();
int Insert<T>(T obj);
int Insert<T>(Enumerable<T> list);
bool Update<T>(T obj);
bool Update<T>(Enumerable<T> list);
bool Delete<T>(T obj);
bool Delete<T>(Enumerable<T> list);
bool DeleteAll<T>();

Are you thinking about support these methods?

@UnoSD
Copy link
Owner

UnoSD commented Apr 26, 2018

@Rodske I may support those, too, but I am quite busy at the moment, feel free to attempt a PR to add the feature and I will be happy to review it/help making it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants