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