3 references to Pwd
System.Data.Odbc (3)
Common\System\Data\Common\DbConnectionOptions.cs (2)
54
_hasPasswordKeyword = (_parsetable.ContainsKey(KEY.Password) || _parsetable.ContainsKey(SYNONYM.
Pwd
));
84
else if (_parsetable.TryGetValue(SYNONYM.
Pwd
, out string? val))
src\libraries\Common\src\System\Data\Common\DbConnectionOptions.Common.cs (1)
616
if ((KEY.Password != current.Name) && (SYNONYM.
Pwd
!= current.Name))