AppContextOpenRepository Method |
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
)
Public Overridable Sub OpenRepository (
repositoryConnect As String,
config As Properties
)
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