Microsoft.Data.ProviderBase.DbConnectionInternal
Get boolean value that indicates whether the enlisted transaction has been disposed.
Get boolean that specifies whether an enlisted transaction can be unbound from
the connection when that transaction completes.
protected DbConnectionInternal()
Cleanup connection's transaction-specific structures (currently used by Delegated transaction).
This is a separate method because cleanup can be triggered in multiple ways for a delegated
transaction.
protected bool TryOpenConnectionInternal(DbConnection outerConnection, SqlConnectionFactory connectionFactory, TaskCompletionSource<DbConnectionInternal> retry, DbConnectionOptions userOptions)
Reset connection doomed status so it can be re-connected and pooled.