I am creating an entity data model for a document. I want to save the document body as a BLOB - the document bodies will be larger than max varbinary. As I understand it, I need to create a type property Imageto store the body of the document.
Here is my problem: the types listed in the Properties panel do not include the type Image:

Does EF4 Recognize Type Image? If so, how can I create an entity property of type Image? Thank you for your help.
source
share