4 references to ContextConnection
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (4)
143
validKeywords[(int)Keywords.ContextConnection] = DbConnectionStringKeywords.
ContextConnection
;
186
hash.Add(DbConnectionStringKeywords.
ContextConnection
, Keywords.ContextConnection);
406
[DisplayName(DbConnectionStringKeywords.
ContextConnection
)]
413
SetValue(DbConnectionStringKeywords.
ContextConnection
, value);