| UserControllerGetUser Method (Int32, UserLoadOptions, SqlConnection, SqlTransaction) |
Returns a user object.
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 User GetUser(
int userId,
UserLoadOptions loadOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userId
- Type: SystemInt32
- loadOptions
- Type: Omada.OE.ModelUserLoadOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
User
See Also