Loads the Users 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 LoadUsersToDataSet()
Visual Basic
Public Function LoadUsersToDataSet As DataSet
Visual C++
public:
DataSet^ LoadUsersToDataSet()

Return Value

Type: DataSet
the users in a dataset

See Also