Loads the Roles to the memory. It doesnt work with windows autherication

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

Syntax

C#
public DataSet LoadRolesToDataSet()
Visual Basic
Public Function LoadRolesToDataSet As DataSet
Visual C++
public:
DataSet^ LoadRolesToDataSet()

Return Value

Type: DataSet
the roles in a dataset

See Also