Click or drag to resize

RoleTypeControllerLoadRoleTypes Method

Note: This API is now obsolete.

Loads all ResourceType data objects. Security is overridden.

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#
[ObsoleteAttribute("Use ResourceTypeController.LoadResourceTypes instead")]
public static DataObjects LoadRoleTypes(
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObjects
See Also