如何告诉数据库Varbinary(max)
用于图像?
我正在使用带有 EF 6 的 SQL Server Compact 数据库,但无法从 SQL Server 2008 打开它
public class Table
{
public int Id { get; set; }
public DateTime DateTime { get; set; }
public byte[] Image { get; set; }
[NotMapped]
public string NotMapped { get; set; }
}
当我尝试保存 300,000 字节的图像时,这个异常发生在我身上
一个或多个实体的验证失败。有关更多详细信息,请参阅“EntityValidationErrors”属性。