Click or drag to resize

DatabaseLocation Constructor (String, String, UInt32, UInt32, SessionBase)

Creates a transient Database location. A transient DatabaseLocation is made persistent by NewLocation(DatabaseLocation)

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public DatabaseLocation(
	string inHost,
	string dir,
	uint dbStartNum,
	uint dbEndNum,
	SessionBase session
)

Parameters

inHost
Type: SystemString
Hostname of the computer with the DatabaseLocation directory.
dir
Type: SystemString
The full path of the directory
dbStartNum
Type: SystemUInt32
The first Database Id number for this location
dbEndNum
Type: SystemUInt32
The last Database Id number for this location.
session
Type: VelocityDb.SessionSessionBase
The active session used for creating the location.
See Also