Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 VS2012 (EF5) 首先创建一个模型来设计一个数据库。我找不到存储图像的方法 - 不是image类型,也不是Binary类型。我可以使用什么?
image
Binary
如果您首先使用数据,您最终会得到一个字节数组 (byte[]),所以这就是我要使用的。
选择 Binary 作为模型构建器中的类型,并创建一个 byte[]。