| UserControllerGetUsers Method |
Loads a number of user objects.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static Users GetUsers(
IntegerList userIds,
UserLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userIds
- Type: IntegerList
If userIds is empty no users are returned.
- loadOptions
- Type: Omada.OE.ModelUserLoadOptions
loadoptions can be used to specify additional load options - except IdPosList.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Users
See Also