Click or drag to resize

MiscControllerGetUserIdentityId Method

Overload List
  NameDescription
Public methodGetUserIdentityId(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.
Public methodStatic memberGetUserIdentityId(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.
Top
See Also