ConnectionStringConfigName
Set this property to change the name of the connection String. By default the library looks for a "database" connection String (AppSettings/Keys in Framework 1.1 and ConnectionStrings in Framework 2.0). This property should be modified before the database connection is initiated.
| C# | |
|---|---|
[XmlIgnoreAttribute()] public string ConnectionStringConfigName {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0