System.Data.Async.SqlClient.SqlConnectionAsync
- System.Data.Async.Common.DbConnectionAsync
- System.Data.Async.IDbConnectionAsync
- System.Data.IDbConnection
- System.IDisposable
- System.IDisposable
- System.Data.Async.SqlClient.ISqlConnectionAsync
- System.Data.Async.IDbConnectionAsync
- System.Data.IDbConnection
- System.IDisposable
- System.IDisposable
- ICloneable
- IDisposable
- ICloneable
- (wraps) System.Data.SqlClient.SqlConnection
- System.Data.Common.DbConnection
- System.Data.IDbConnection
- System.IDisposable
- System.IDisposable
- System.ICloneable
Contains missing public interfaces from S.D.Common.DbConnection
not declared in S.D.IDbConnection
.
Wraps S.D.Common.DbConnection
and expose S.D.A.IDbConnectionAsync
.
The public interface should be identical with S.D.Common.DbConnection
except IDbCommandAsync CreateCommand()
.
Contains missing public interfaces from S.D.SqlClient.SqlConnection
not declared in S.D.IDbConnection
or derived from S.D.Common.DbConnection
.
Wraps S.D.SqlClient.SqlConnection
and expose S.D.A.SqlClient.ISqlConnectionAsync
.
The public interface should be identical with S.D.SqlClient.SqlConnection
except ISqlCommandAsync CreateCommand()
.