5 references to ClientConnectionId
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6183result = SqlException.CreateException(errors, Connection.ServerVersion, Connection.ClientConnectionId);
fx\src\data\System\Data\SqlClient\SqlConnection.cs (4)
1251Bid.Trace("<sc.SqlConnection.ReconnectIfNeeded|INFO> Reconnection suceeded. ClientConnectionID %ls -> %ls \n", _originalConnectionId.ToString(), ClientConnectionId.ToString()); 1295OnError(SQL.CR_UnrecoverableClient(ClientConnectionId), true, null); 1307_originalConnectionId = ClientConnectionId; 1337OnError(SQL.CR_UnrecoverableServer(ClientConnectionId), true, null);