예제 #1
0
 public Deleteable(IDbConnection connection) : base(connection)
 {
     whereCommand = new Dao.Imp.Command.WhereCommand <T>(SqlParameter);
 }
예제 #2
0
 public Updateable(IDbConnection connection) : base(connection)
 {
     whereCommand = new WhereCommand <T>(SqlParameter);
 }
예제 #3
0
 public Deleteable(IDbConnection connection) : base(connection)
 {
     whereCommand = new WhereCommand <T>(_sqlPamater);
 }