예제 #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;
 }