Click or drag to resize

IdentityControllerGetIdentityUserId Method (Int32, SqlConnection, SqlTransaction)

The method returns the id of the user which the specified identity belongs to. 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 int GetIdentityUserId(
	int identityId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityId
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
Returns the id of the user referring the the specified identity. If none is found then zero is returned.
See Also