| Config Constructor (String) |
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic Config(
string dbConfigSectionName
)
Public Sub New (
dbConfigSectionName As String
)
public:
Config(
String^ dbConfigSectionName
)
new :
dbConfigSectionName : string -> ConfigParameters
- dbConfigSectionName
- Type: SystemString
Name of the database configuration section.
See Also