In addition to my article about querying the metadata of the ADO.NET Entity Framework I have been implementing several extension methods that utilize this metadata. Today I posted an article which describes a set of extension methods which can be used to extend the standard Entity Framework classes (ObjectQuery, EntityObject, ObjectStateManager, …).
- GetEntitySetName
- GetEntityTypeName
- GetEntitySet
- GetMetadata
