Load table of given name belonging to given user name , database. and returns the contents in xml format

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

Syntax

C#
public string LoadTable(
	string recordtag,
	string username,
	string pass,
	string dbname,
	string tablename
)
Visual Basic
Public Function LoadTable ( 
	recordtag As String,
	username As String,
	pass As String,
	dbname As String,
	tablename As String
) As String
Visual C++
public:
virtual String^ LoadTable(
	String^ recordtag, 
	String^ username, 
	String^ pass, 
	String^ dbname, 
	String^ tablename
) sealed

Parameters

recordtag
Type: System..::..String
Child that contains the cells as children
username
Type: System..::..String
name of user table belongs to
pass
Type: System..::..String
password of username
dbname
Type: System..::..String
name of the database table belongs to
tablename
Type: System..::..String
name of the table

Return Value

Type: String
returns the contents in xml format

Implements

IWhiteTigerService..::..LoadTable(String, String, String, String, String)

See Also