Searchs the table and returns it's index

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

Syntax

C#
public int FindTableIndex(
	string username,
	string pass,
	string tablename
)
Visual Basic
Public Function FindTableIndex ( 
	username As String,
	pass As String,
	tablename As String
) As Integer
Visual C++
public:
int FindTableIndex(
	String^ username, 
	String^ pass, 
	String^ tablename
)

Parameters

username
Type: System..::..String
user's name
pass
Type: System..::..String
user's pasword
tablename
Type: System..::..String
name of the table

Return Value

Type: Int32
the index in the datatable collection you are searching

See Also