Click or drag to resize

AppContextOpenRepository Method

Open the repository IDatabase.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void OpenRepository(
	string repositoryConnect,
	Properties config
)

Parameters

repositoryConnect
Type: SystemString
The OLEDB connection string to the repository database.
config
Type: NetQuarryProperties
A collection of configuration settings. These should contain connection strings for each of the related databases.

Implements

IAppContextOpenRepository(String, Properties)
See Also