Click or drag to resize

RoleControllerLoadRoles Method

Loads a number of resource data objects. Security is ignored.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DataObjects LoadRoles(
	IEnumerable<int> roleIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

roleIds
Type: System.Collections.GenericIEnumerableInt32
Must contain at least one role id.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObjects
See Also