phnx47 / dapper-repositories

CRUD for Dapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why BulkUpdate and BulkUpdateAsync cannot be override

apchenjun opened this issue · comments

I need to override bulkupdate to set entity base class default value
image

@phnx47
image
BulkInsert And BulkInsertAsync Need to have a default implementation without IDbTransaction like BulkUpdate
public virtual int BulkInsert(IEnumerable instances)
public virtual Task BulkInsertAsync(IEnumerable instances)

Published 1.21.0