I am developing a Windows Store app, that retrieves data from a Storage Container Table, the issue is that I have property called startDate it is set to DateTime data type. Whenever the data is accessed all, the other data in the entity
gets accessed, but the startDate is not retrieved, it is retrieved as null.

