Releases: busterwood/Mapper
Releases · busterwood/Mapper
System.Common.Data
All extension methods now operate on sub-classes of System.Data.Common
bases classes, meaning async
methods should work for multiple data providers.
Also fixed post conditions of async methods.
See https://www.nuget.org/packages/BusterWood.Mapper/ for nugget package.
Don't clash with Linq extension methods
Renamed the IDataReader
extension methods:
Single()
is nowReadSingle()
ToList()
is nowReadList()
- etc
Renamed the IDbCommand
extension methods:
ReadSingle()
is nowExecuteSingle()
ReadList()
is nowExecuteList()
- etc
ExecuteNonQuery
Add ExecuteNonQuery()
extension method to IDbConnection
and ExecuteNonQueryAsync()
extension method to SqlConnection
Stable
Stable and integration tested