Click or drag to resize

Database.Open 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: NetQuarry.IAppContext
The application context object. IAppContext.
connectionString
Type: System.String
The connection string.

Implements

IDatabase.Open(IAppContext, String)
See Also