IBatis.net 的一些写法

 

IBatis.net  in的写法

 <dynamic prepend="where">
        <isParameterPresent prepend="and" >
          r.Pin = #Pin#
        </isParameterPresent>
        and r.Status IN
        <iterate property="ShenHeStatus4Search" open="(" close=")" conjunction=",">
          #ShenHeStatus4Search[]#
        </iterate>
      </dynamic>


需要深入研究一下,事务的写法

你可能感兴趣的:(ibatis)