| UserControllerGetUserManager Method (UserLoadOptions, SqlConnection, SqlTransaction) |
Returns a user manager object populated with some or all users in the system.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static UserManager GetUserManager(
UserLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- loadOptions
- Type: Omada.OE.ModelUserLoadOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
UserManager
See Also