Example #1
0
 public virtual IDbCommand CreateCommand(IDbConnection conn)
 {
     return(dp.CreateCommandObject(conn));
 }