public virtual IDbDataParameter CreateParameter(IDbCommand cmd) { var para = dp.CreateParameterObject(cmd); return(para); }