7 references to
System.Data (7)
fx\src\data\System\Data\Common\DbConnectionOptions.cs (1)
521
if ((current.Name == keyword) && (current.Value == this
[
keyword])) {
fx\src\data\System\Data\OleDb\oledbconnectionstring.cs (5)
100
string prompt = this
[
KEY.Prompt];
102
|| !ADP.IsEmpty(this
[
KEY.WindowHandle]));
142
Debug.Assert(!ADP.IsEmpty(this
[
KEY.Provider]), "no Provider");
143
return this
[
KEY.Provider];
359
bool hasOleDBServices = (base.ContainsKey(KEY.Ole_DB_Services) && !ADP.IsEmpty((string)base
[
KEY.Ole_DB_Services]));
fx\src\data\System\Data\SqlClient\SqlConnectionPoolGroupProviderInfo.cs (1)
77
if (null == userConnectionOptions
[
SqlConnectionString.KEY.FailoverPartner]) {