- /// When the <connectionStrings> configuration section is processed by this class, - /// two variables are defined for each connection string: one for connection string and - /// the second one for the provider name.
- ///
- /// Variable names are generated by appending '.connectionString' and '.providerName'
- /// literals to the value of the
- ///- ///- /// - ///- ///
- /// will result in two variables being created: myConn.connectionString and myConn.providerName. - /// You can reference these variables within your object definitions, just like any other variable.
- ///+ /// When the <connectionStrings> configuration section is processed by this class, + /// two variables are defined for each connection string: one for connection string and + /// the second one for the provider name.
+ ///
+ /// Variable names are generated by appending '.connectionString' and '.providerName'
+ /// literals to the value of the
+ ///+ ///+ /// + ///+ ///
+ /// will result in two variables being created: myConn.connectionString and myConn.providerName. + /// You can reference these variables within your object definitions, just like any other variable.
+ ///