Click or drag to resize

IdentityControllerLoadIdentities Method (IEnumerableInt32, SqlConnection, SqlTransaction)

Overrides security.

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 DataObjects LoadIdentities(
	IEnumerable<int> identityIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityIds
Type: System.Collections.GenericIEnumerableInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObjects
See Also