You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added new documentation on how the type hierarchy is written. [#18](https://github.com/adriangodong/system-data-async/pull/18)
14
+
15
+
### Changed
16
+
17
+
-`S.D.A.Common.DbConnectionAsync` no longer derived from `DbConnection`, forwards all public members to wrapped `DbConnection` instance instead. [#18](https://github.com/adriangodong/system-data-async/pull/18)
18
+
-`S.D.A.Common.DbCommandAsync` no longer derived from `DbCommand`, forwards all public members to wrapped `DbCommand` instance instead. [#18](https://github.com/adriangodong/system-data-async/pull/18)
19
+
-`S.D.A.SqlClient.SqlConnectionAsync` fully forwards all public members to wrapped `SqlConnection` instance. [#18](https://github.com/adriangodong/system-data-async/pull/18)
20
+
-`S.D.A.SqlClient.SqlCommandAsync` fully forwards all public members to wrapped `SqlCommand` instance. [#18](https://github.com/adriangodong/system-data-async/pull/18)
21
+
-`S.D.A.SqlClient.SqlDataReaderAsync` fully forwards all public members to wrapped `SqlDataReader` instance. [#18](https://github.com/adriangodong/system-data-async/pull/18)
22
+
- Multiple changes in type hierarchy, public member additions and removals. [#18](https://github.com/adriangodong/system-data-async/pull/18)
23
+
24
+
### Removed
25
+
26
+
-`S.D.A.Common.DbDataReaderAsync` has been removed. This has always been a simple intermediate class and no longer needed. [#18](https://github.com/adriangodong/system-data-async/pull/18)
0 commit comments