Click or drag to resize
Config Constructor (String)
Initializes a new instance of the Config class using the given section name to create an inner IDatabaseAbstracter.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
public Config(
	string dbConfigSectionName
)

Parameters

dbConfigSectionName
Type: SystemString
Name of the database configuration section.
See Also