I'm looking for practical example of storing image into raven database using ravendb attachments. I've just read the http://ravendb.net/docs/client-api/attachments and I have simple question.
If I use poco class should I use property of type byte[] to store image into db, for example
public int id {get; set;}
...
public byte[] image {get; set;}