It can be useful to publicly obtain the CLR type associated with a given o-space type without using heuristics or relying on annotations only present in Code First. See this CodePlex discussion: https://entityframework.codeplex.com/discussions/448189#post1060976
Comments: Just remembered that ObjectItemCollection has GetClrType and TryGetClrType. However, these are not very discoverable.
Comments: Just remembered that ObjectItemCollection has GetClrType and TryGetClrType. However, these are not very discoverable.