I have at my SQL Server 2000 Database a column with type Image. How can I map it into NHibernate?
+6
A:
We used BinaryBlob on the mapping config file, and byte[] on the property.
Victor Rodrigues
2008-12-03 16:42:27