1 override of IsConnectionAlive
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
789internal override bool IsConnectionAlive(bool throwOnException)
3 references to IsConnectionAlive
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbConnectionPool.cs (3)
1330if ((obj != null) && (!obj.IsConnectionAlive())) { 1488obj.IsConnectionAlive(true); 1496else if (!obj.IsConnectionAlive()) {