Using Entity Framework and VS2010 to access Sybase SQL 12 database. I have a DATE (qdate) and a TIME (qtime) column in the table. Both fields are part of the table's primary key. When I attempt to retrieve any record from the table, I get the erro...