| UserControllerGetUser Method (Int32, SqlConnection, SqlTransaction) |
Returns a user object.
User is not returned if:
* he is deleted
* the caller hasn't readaccess to the user.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static User GetUser(
int userId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
User
See Also