Moved Ase-prefixed types over to extend the Db-prefixed types in System.Data.Common, rather than the interfaces.
Implemented Cancel function, and some InternalConnection state transitions (including a Broken state, that can be reached if the connection does something unusual)
Overrode and implemented ExecuteNonQueryAsync, ExecuteDbDataReaderAsync, and ExecuteScalarAsync in AseCommand
Moved
Ase
-prefixed types over to extend theDb
-prefixed types inSystem.Data.Common
, rather than the interfaces.Implemented
Cancel
function, and someInternalConnection
state transitions (including aBroken
state, that can be reached if the connection does something unusual)Overrode and implemented
ExecuteNonQueryAsync
,ExecuteDbDataReaderAsync
, andExecuteScalarAsync
inAseCommand