Click or drag to resize

IdentityControllerCreateIdentityUser Method (Int32, SqlConnection, SqlTransaction)

Creates User for Identity setting the UserName to IdentityId.

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 CreateIdentityUser(
	int identityId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

identityId
Type: SystemInt32
Identity based on which the user is created
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
Returns the Id of the newly created user.
See Also