| SystemControllerLoadOwnedSystems Method (Int32, SqlConnection, SqlTransaction) |
Loads all systems that the specified user is a system owner of.
Security is not considered.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static DataObjects LoadOwnedSystems(
int userId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userId
- Type: SystemInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
DataObjects
See Also