1 write to userName
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1289
login.
userName
= ConnectionOptions.UserID;
5 references to userName
System.Data (5)
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
7118
Debug.Assert(rec.
userName
== null || (rec.
userName
!= null && TdsEnums.MAXLEN_USERNAME >= rec.
userName
.Length), "_userID.Length exceeds the max length for this value");
7124
Debug.Assert(rec.credential != null || rec.
userName
!= null || rec.password != null, "cannot mix the new secure password system and the connection string based password");
7150
userName = rec.
userName
;