我正在尝试使用Dapper.Contrib更新此表:publicclassMyTable{publicintID{get;set;}publicintSomeColumn1{get;set;}publicintSomeColumn2{get;set;}publicintCreateUserID{get;set;}publicintUpdateUserID{get;set;}}我不想更新CreateUserID列,因为它是一种更新方法,因此我想在调用Dapper-Update.Async(entity)方法时忽略此列。我尝试使用[NotMapped]和[UpdateIgnore]属性但没