7 references to ClosedConnectionError
System.Data.Odbc (7)
Common\System\Data\ProviderBase\DbConnectionClosed.cs (1)
10protected override void Activate() => throw ADP.ClosedConnectionError();
src\libraries\Common\src\System\Data\ProviderBase\DbConnectionClosed.cs (6)
17public override string ServerVersion => throw ADP.ClosedConnectionError(); 19public override DbTransaction BeginTransaction(IsolationLevel il) => throw ADP.ClosedConnectionError(); 21public override void ChangeDatabase(string database) => throw ADP.ClosedConnectionError(); 28protected override void Deactivate() => ADP.ClosedConnectionError(); 31=> throw ADP.ClosedConnectionError(); 33protected override DbReferenceCollection CreateReferenceCollection() => throw ADP.ClosedConnectionError();