nhibernate - persisting byte[] to image db Field -
I just switch Nfluent 1.0RTM with Nhibernate2.1.0.4000 and Linh with Nhibernate 1.0.0. Since then, an image is mapped to an image database field while calling while saving a byte [] array, which takes the age in terminating under debugging in the VS 2008 debugger.
Public Class Appendix {. Public Virtual Byte [] Appendix {Receive; Set; } ....}
If I set the byte [] array, then it must be sharpened as a dragon. Also, as soon as VS 2008 outside, I can not change anything from the image to the database field type, its legacy DB.
Is there a NH pattern (map) image how to handle the MSSQLdatabase field? Have some changes with the new NH version?
Any sign is welcome!
I have not seen anything with the byte [] because we are advanced
Similar questions:
Articles related to the above question:
Comments
Post a Comment