Hi, I have a simple diagram that I'm trying to map stored procedures to. A TopicType table and Topic table that references the TopicType.TopicTypeId as a FK. Error 2048: The EntitySet 'Topic' includes function mappings for AssociationSet 'FK_Topic_TopicType', but none exists in element 'DeleteFunction' for type 'databaseModel.Topic'. AssociationSets must consistently mapped for all operations. I've mapped insert, update, & delete procedures to the Topic table but I still get this error. I'm not sure
Read More...