Click or drag to resize

SessionBase.RestoreFrom 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: System.String
Host name of backup
path
Type: System.String
Directory path to backup
backupDbNum
Type: System.UInt32
Initial database number used by backup DatabaseLocation
upToTime
Type: System.DateTime
Restore data up to this time
See Also