Skip to content

v3.0.23

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 04 Nov 18:58
· 17 commits to master since this release
7494537

Download the library here

  • ADDED: new overload for Entity. It's now possible to pass the type in the parameter. However, a non-generic type mapper will be returned instead (DapperPlusEntityMapper instead of DapperPlusEntityMapper<T>)
var table = DapperPlusManager.Entity(typeof(Supplier)).GetTable();

Trial unlocked until the end of November