Closes the requsted table

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

Syntax

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

Parameters

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

Implements

IWhiteTigerService..::..CloseTable(String, String, String, String)

See Also