|
Ligne 15 : saurabhd's musings
section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ...
|
|
section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ...
|
|
section name="connectionStrings" type="System.Configuration.ConnectionStringsSection, System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ...
|
|
ConnectionStringsSection section = new ConnectionStringsSection(); //System.Configuration.ConnectionStringsSection //Get the connections from the DL
|
|
ConnectionStringsSection section = new ConnectionStringsSection(); //System.Configuration.ConnectionStringsSection //Get the connections from the DL
|
|
section name="test" type="System.Configuration.ConnectionStringsSection,System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
|
|
Note: This class is new in the .NET Framework version 2.0. Provides ... System.Configuration.ConfigurationSection System.Configuration.ConnectionStringsSection
|
|
... System.ServiceModel.Configuration . . :: . ComContractsSection System.Configuration . . :: . AppSettingsSection System.Configuration . . :: . ConnectionStringsSection
|
|
I was thinking you could just inherit from the System.Configuration.ConnectionStringsSection object and implement your own logic (and do the same for other config sections you need ...
|