Rohan

Rohan

  • NA
  • 1.4k
  • 104.6k

Update claims value in .net core

May 17 2022 6:36 AM

Hello everyone I have one issue faced please help me. Please let me know how to update column value in claims table using identity.

This is my table structure

Id      UserId  ClaimType            ClaimValue
86         17        CIdentifier            cus_Lhhjj
867         17        EndOn                2022-05-17 04:47:48Z
868         17        Status                inactive
869         17        Plan                false
860         17        Renew                true
861         17        Inuser                false
862         17        TStatus                1
866         17        RenewDate            2022-05-17 05:29:11Z-I want to update this column
867         17        SID                   sub_1


Answers (1)