Finds a Role with the given name

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

Syntax

C#
public DataRow FindRole(
	string username,
	string password,
	string Role
)
Visual Basic
Public Function FindRole ( 
	username As String,
	password As String,
	Role As String
) As DataRow
Visual C++
public:
DataRow^ FindRole(
	String^ username, 
	String^ password, 
	String^ Role
)

Parameters

username
Type: System..::..String
name of user
password
Type: System..::..String
password
Role
Type: System..::..String
name of the role

Return Value

Type: DataRow
Role with the given name

See Also