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