コード例 #1
0
ファイル: QueryTable.cs プロジェクト: meikeric/deveeldb-linq
 public int Update(T entity)
 {
     return(EntityTable.Update(entity));
 }