Click or drag to resize

IDatabaseOpen 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
void Open(
	IAppContext appContext,
	string connectionString
)

Parameters

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