| SQLiteRoleProviderServiceFindUsersInRole Method |
Finds users in the specified role
Namespace:
SanteDB.DisconnectedClient.SQLite.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string[] FindUsersInRole(
string role
)
Public Function FindUsersInRole (
role As String
) As String()
public:
virtual array<String^>^ FindUsersInRole(
String^ role
) sealed
abstract FindUsersInRole :
role : string -> string[]
override FindUsersInRole :
role : string -> string[]
Parameters
- role
- Type: SystemString
[Missing <param name="role"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteRoleProviderService.FindUsersInRole(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Security.SQLiteRoleProviderService.FindUsersInRole(System.String)"]
Implements
IRoleProviderServiceFindUsersInRole(String)See Also