3 references to s_propConnectionString
System.Configuration.ConfigurationManager (3)
System\Configuration\ConnectionStringSettings.cs (3)
19
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection { s_propName,
s_propConnectionString
, s_propProviderName };
53
get { return (string)base[
s_propConnectionString
]; }
54
set { base[
s_propConnectionString
] = value; }