MiscControllerGetUserIdentityId Method |
Name | Description | |
---|---|---|
![]() | GetUserIdentityId(Int32) |
Returns the IdentityId for a user.
The identity of the user is found by inspecting the 'Identity' reference property present on the User data object type.
If the user doesn't have a referred identity the method returns 0.
|
![]() ![]() | GetUserIdentityId(Int32, SqlConnection, SqlTransaction) |
Returns the IdentityId for a user.
The identity of the user is found by inspecting the 'Identity' reference property present on the User data object type.
If the user doesn't have a referred identity the method returns 0.
|