Click or drag to resize

SessionBaseOpenDatabase Method

Opens a Database

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual Database OpenDatabase(
	uint dbNum,
	bool update = false,
	bool signalError = true
)

Parameters

dbNum
Type: SystemUInt32
The Database number of the database to open
update (Optional)
Type: SystemBoolean
Open the Database for update?
signalError (Optional)
Type: SystemBoolean
Signal errors if errors found when opening the Database?

Return Value

Type: Database
The opened Database
See Also