| SystemControllerGetOwnedSystemIds Method (IEnumerableInt32, SqlConnection, SqlTransaction) |
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 IntegerList GetOwnedSystemIds(
IEnumerable<int> userAndGroupIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- userAndGroupIds
- Type: System.Collections.GenericIEnumerableInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also