Search fo a user with the given username
Namespace: White_Tiger.UserManagmentAssembly: 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: DataRowthe row containing information about the user