| MiscControllerGetActiveUserIdentityId Method (SqlConnection, SqlTransaction) |
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int GetActiveUserIdentityId(
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Int32
Can return 0 if the user doesn't have an identity.
See Also