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