使用 Entity Framework 4 和 SQL Compact 4 的 BLOB
我之前问过这个问题,但我没有指定我正在使用 SQL Compact 4,使用 Entity Framework 4 模型优先开发。
我正在创建一个 EDM 实体来表示一个文档,该文档的正文将是一个大约 100K 左右的 WPF 流文档。我想将文档的 Body
属性创建为 binary
,但该数据类型的最大长度为 8K。因此,最好的数据类型似乎是image
。
我的问题是:我使用什么 EF4 实体属性类型来映射到图像? EF4 是否自动映射到 image
类型,还是我必须修改映射?感谢您的帮助。
I asked this question earlier, but I failed to specify that I am working with SQL Compact 4, using Entity Framework 4 model-first development.
I am creating an EDM entity to represent a document, and the body of the document will be a WPF flow document of about 100K or so. I'd like to create the Body
property for the document as a binary
, but that data type has an 8K maximum. So, the best data type appears to be image
.
Here's my question: What EF4 entity property type do I use to map to image? Does EF4 map to an image
type automatically, or do I have to modify the mappings? Thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论