I have at my SQL Server 2000 Database a column with type Image. How can I map it into NHibernate?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
We used BinaryBlob on the mapping config file, and byte[] on the property. |
|||||
|