I\'ve created a generic ObjectSet in my generic repository.
ObjectSet
What I would like to get is the name of the EntityKey of ObjectS
name
ObjectS
See this post that I made regarding getting the EntitySetName. For my repository, I create a property that gets the entity set name for the specific class name to do exactly what you are trying to do.