コード例 #1
0
 public void Update <T>(T model)
 {
     Update(model, Orm.GetUpdateable <T>());
 }
コード例 #2
0
 public void Update <T>(T model, String statement)
 {
     Update(model, statement, Orm.GetUpdateable <T>());
 }