Rohan

Rohan

  • NA
  • 1.4k
  • 104.8k

Select query in Claims Table.

May 3 2022 6:58 AM

Hello every one Please let me know how to Implement select query in claims table. My claims table this type

Id UserId ClaimType ClaimValue

1  2           ABC           1

2 3            XYZ             2

Now how to get record based on ClaimType XYZ. I have try this query but not working

select * from Auth.AspNetUserClaims where ClaimType.XYZ='2'     


Answers (6)