Click or drag to resize

IdentityControllerGetIdentityUserIds Method

The method returns the ids of the users which the specified identities belongs to (if any). Delete-marked users are ignored.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntegerList GetIdentityUserIds(
	IEnumerable<int> identityIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityIds
Type: System.Collections.GenericIEnumerableInt32
Must contain at least one element.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntegerList
See Also