Hi,
I got an error with mapping. I got a column in the database that has the data type image, because i need a byte[] image was the best option.
So i changed that from string to byte[]. But now i get an error about mapping. I already changed the type string in the dropdownmenu properties of the column to 'byte'.
That didn't help. How can i use byte[] in the database and my project?