Uploaded image for project: 'iBatis for .NET'
  1. iBatis for .NET
  2. IBATISNET-266

Add new parameter syntax support @{property}

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • DataMapper 3.0
    • DataMapper 3.0
    • DataMapper
    • None

    Description

      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,nullValue=no_email@provided.com}

      )

      Attachments

        Activity

          People

            gilles Gilles Bayon
            gilles Gilles Bayon
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: