Backups of table

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
public void Backup(
	string username,
	string dbname,
	string table,
	string pass
)
Visual Basic
Public Sub Backup ( 
	username As String,
	dbname As String,
	table As String,
	pass As String
)
Visual C++
public:
virtual void Backup(
	String^ username, 
	String^ dbname, 
	String^ table, 
	String^ pass
) sealed

Parameters

username
Type: System..::..String
user's name table belongs to
dbname
Type: System..::..String
name of database
table
Type: System..::..String
name of table
pass
Type: System..::..String
password of user

Implements

IWhiteTigerService..::..Backup(String, String, String, String)

See Also