Click or drag to resize

IDatabaseOpen Method (IAppContext, String, DatabaseOpenOptions)

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,
	DatabaseOpenOptions options
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context object. IAppContext.
connectionString
Type: SystemString
The connection string.
options
Type: NetQuarryDatabaseOpenOptions
A combination of DatabaseOpenOptions
See Also