コード例 #1
0
ファイル: DbEntity.cs プロジェクト: 392HEMI/Api
 public DbEntity(DbTable table, params string[] columns)
 {
     this.table = table;
     this.columns = columns;
 }
コード例 #2
0
 public DbEntity(DbTable table, params string[] columns)
 {
     this.table   = table;
     this.columns = columns;
 }