The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ObjectContext::GetKnownProxyTypes Method ()
Entity Framework 6.0
Returns all the existing proxy types.
Assembly: EntityFramework (in EntityFramework.dll)
public: [SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] static IEnumerable<Type^>^ GetKnownProxyTypes()
Return Value
Type: System.Collections.Generic::IEnumerable<Type^>^An IEnumerable<T> of all the existing proxy types.
Show: