I found this example in the .Net documentation:

<update id="UpdateAccountViaInlineParameters" parameterClass="Account">
 update Accounts set
 Account_FirstName = #FirstName#,
 Account_LastName = #LastName#,
 Account_Email =
#EmailAddress,type=string,dbType=Varchar,[EMAIL PROTECTED]
 where
 Account_ID = #Id#
</update>

Thanks,

jay
-- 
View this message in context: 
http://www.nabble.com/Inline-Parameter-Mapping---Update-Statement-tf3078944.html#a8554716
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.

Reply via email to