标签: asp.net asp.net-mvc
我可以手动生成并发戳吗?因为现有数据库没有与并发戳记列匹配的数据。还是可以在元数据中编辑身份用户?
public class IdentityUser<TKey> where TKey : IEquatable<TKey>{public virtual string ConcurrencyStamp { get; set; }}