Click or drag to resize

DatabaseOpen Method (IAppContext, String)

Opens the connection to the underlying data source.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Open(
	IAppContext appContext,
	string connectionString
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context object. IAppContext.
connectionString
Type: SystemString
The connection string.

Implements

IDatabaseOpen(IAppContext, String)
See Also