| RoleAssignmentControllerLoadRoleAssignments Method (RoleAssignmentLoadOptions, SqlConnection, SqlTransaction) |
Method returns role assignment data objects.
Security is not considered.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static DataObjects LoadRoleAssignments(
RoleAssignmentLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- loadOptions
- Type: Omada.OE.Solution.OIM.ModelRoleAssignmentLoadOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
DataObjects
See Also