5 references to UserID
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
168
validKeywords[(int)Keywords.UserID] = DbConnectionStringKeywords.
UserID
;
210
hash.Add(DbConnectionStringKeywords.
UserID
, Keywords.UserID);
835
[DisplayName(DbConnectionStringKeywords.
UserID
)]
842
SetValue(DbConnectionStringKeywords.
UserID
, value);
1018
(DbConnectionStringKeywords.
UserID
== displayName)) {