Hi there!

Change the type from byte[] to byte and your code should work.

<... type="byte" />

In my code TimeStamp (SQLDBType) fields were mapped to Byte[] (CLR).

Cheers
Ananth


-----Original Message-----
From: Michael McCurrey [mailto:[EMAIL PROTECTED] 
Sent: Thursday, 22 February 2007 3:35 AM
To: [email protected]
Subject: Using arrays in Parameter maps

Just curious if anybody else has attempted to use primative type arrays
within Parameter and/or Result Maps?

Something like this doesn't seem to work?

    <resultMap id="PropertyTypeResult" class="PropertyType" >
      <result property="PropertyTypeIDs" column="PropertyTypeIDs"
type="byte[]"/>
      <result property="Description" column="Description"/>
    </resultMap>


Reply via email to