v3.0.23
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 ofDapperPlusEntityMapper<T>
)
var table = DapperPlusManager.Entity(typeof(Supplier)).GetTable();
Trial unlocked until the end of November