1. 12 5月, 2014 2 次提交
  2. 09 5月, 2014 1 次提交
  3. 08 5月, 2014 7 次提交
  4. 07 5月, 2014 22 次提交
  5. 20 2月, 2014 1 次提交
  6. 16 1月, 2014 1 次提交
  7. 21 12月, 2013 1 次提交
  8. 08 12月, 2013 1 次提交
  9. 08 11月, 2013 1 次提交
    • J
      Added ExecuteReader method · e53d85a0
      JJoe2 提交于
      ExecuteReader returns an IDataReader that can be used to process the
      results without Dapper's mapping - for example, to fill a DataTable or
      DataSet
      e53d85a0
  10. 05 11月, 2013 1 次提交
  11. 28 10月, 2013 1 次提交
    • B
      Added support for ICustomQueryParameters to be members of a dictionary that... · 611dfed0
      BlackjacketMack 提交于
      Added support for ICustomQueryParameters to be members of a dictionary that can then be passed into a new DynamicParameters object.
      
      Generally, working with an IDictionary<string,object> and DynamicParameters has worked well.  However, when one of the entries in the dictionary is an ICustomQueryParameter, it would blow up in the SqlMapper.LookupDbType method.  This allows parameters that are part of a dictionary to simply call 'AddParameter' passing in the command and name.
      611dfed0
  12. 25 10月, 2013 1 次提交