Search fo a user with the given username

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

Syntax

C#
public DataRow FindUser(
	string username
)
Visual Basic
Public Function FindUser ( 
	username As String
) As DataRow
Visual C++
public:
DataRow^ FindUser(
	String^ username
)

Parameters

username
Type: System..::..String
the name of the user

Return Value

Type: DataRow
the row containing information about the user

See Also