mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
数据库自动创建Id方式,可以直接得到新对象的Id
This commit is contained in:
parent
8979e4f91f
commit
e3e91e3960
@ -21,6 +21,7 @@ namespace OpenAuth.Repository.Core
|
||||
public override void GenerateDefaultKeyVal()
|
||||
{
|
||||
//主键自动增长类型,可以不用该方法生成主键,设置该方法为空方法即可
|
||||
//当DbContext执行SaveChanges()后,如果添加成功,可以直接获取对象的Id
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user