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