Npgsql Api Docs
NpgsqlRoleProvider.FindUsersInRole Method
[Visual Basic]
Overrides Public Function FindUsersInRole( _
ByVal
rolename
As
String
, _
ByVal
usernameToMatch
As
String
_
) As
String()
[C#]
public override
string[]
FindUsersInRole(
string
rolename
,
string
usernameToMatch
);
See Also
NpgsqlRoleProvider Class
|
Npgsql.Web Namespace