Add new parameter syntax support @{property}
--------------------------------------------
Key: IBATISNET-266
URL: https://issues.apache.org/jira/browse/IBATISNET-266
Project: iBatis for .NET
Issue Type: New Feature
Components: DataMapper
Affects Versions: DataMapper 3.0
Reporter: Gilles Bayon
Priority: Minor
Fix For: DataMapper 3.0
Remarks:
Old syntax are always supported.
In one statement declaration, you can't mix old and new syntax.
Sample
insert into Accounts
(Account_ID, Account_FirstName, Account_LastName, Account_Email)
values
(
@{Id}, @{FirstName}, @{LastName}, @{EmailAddress,dbType=VarChar,[EMAIL
PROTECTED]
)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.