5 references to NetworkLibrary
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (5)
159
validKeywords[(int)Keywords.NetworkLibrary] = DbConnectionStringKeywords.
NetworkLibrary
;
201
hash.Add(DbConnectionStringKeywords.
NetworkLibrary
, Keywords.NetworkLibrary);
704
[DisplayName(DbConnectionStringKeywords.
NetworkLibrary
)]
739
throw ADP.InvalidConnectionOptionValue(DbConnectionStringKeywords.
NetworkLibrary
);
742
SetValue(DbConnectionStringKeywords.
NetworkLibrary
, value);