In my WebAPI web app, I've added a varbinary(max) field to a table, and a byte[] field to the POCO (BatchCharge). This entity has a child entity (Charge). ...Visual Studio 2013, Entity Framework 6, SQL Server 2014....The data model is as follows:...public...