Click or drag to resize

SessionBaseRestoreFrom Method (String, String, UInt32, DateTime)

Restores a DatabaseLocation

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void RestoreFrom(
	string host,
	string path,
	uint backupDbNum,
	DateTime upToTime
)

Parameters

host
Type: SystemString
Host name of backup
path
Type: SystemString
Directory path to backup
backupDbNum
Type: SystemUInt32
Initial database number used by backup DatabaseLocation
upToTime
Type: SystemDateTime
Restore data up to this time
See Also