コード例 #1
0
 public bool BulkUpdateCategory(List <Category> category)
 {
     return(dbContext.BulkUpdate <Category>(category));
 }