Find the table with the given name and username and return him

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

Syntax

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

Parameters

username
Type: System..::..String
name of user's that table belongs to
pass
Type: System..::..String
users password
tablename
Type: System..::..String
name of table

Return Value

Type: DataTable
the table

Implements

IWhiteTigerService..::..FindTable(String, String, String)

See Also