0
lataing created
According to this document, I have created the SocialSecurityNumber field, but how can I filter it?
await _userRepository.FirstOrDefaultAsync(u => u.ExtraProperties.ContainsKey("SocialSecurityNumber") && u.ExtraProperties["SocialSecurityNumber"].ToString() == socialSecurityNumber);
This method cannot function properly. Please find a solution. Thank you
1 Answer(s)
-
0
hi
https://github.com/abpframework/abp/issues/10662#issuecomment-972765041