| UserGroupControllerGetUserGroups Method (IEnumerableInt32, UserGroupLoadOptions, SqlConnection, SqlTransaction) |
Returns a number of user group objects.
The loadoptions can be used to specify additional load options - except IdPosList.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static UserGroups GetUserGroups(
IEnumerable<int> userGroupIds,
UserGroupLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userGroupIds
- Type: System.Collections.GenericIEnumerableInt32
- loadOptions
- Type: Omada.OE.ModelUserGroupLoadOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
UserGroups
See Also