Click or drag to resize

IdentityControllerGetIdentityDataObjectCountLoadOptions Method

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 DataObjectCountLoadOptions GetIdentityDataObjectCountLoadOptions(
	IdentityLoadOptions identityLoadOptions,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityLoadOptions
Type: Omada.OE.Solution.OIM.ModelIdentityLoadOptions
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DataObjectCountLoadOptions
See Also