使用 Entity Framework 4 和 SQL Compact 4 的 BLOB

发布于 2024-10-21 23:56:17 字数 322 浏览 0 评论 0原文

我之前问过这个问题,但我没有指定我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文