I have the following data in a SQL table called tb_CField
CampaignID FieldName
739 L_extra1
739 L_extra2
739 L_extra3
When I access the data via the Entity Framework (v4), the object context method
oc.tb_CField()
the EntitySet contains three entries as I would expect but they are all
739 L_extra1
ie just the first record / entity ??