ObjectContext.GetKnownProxyTypes Method ()
Returns all the existing proxy types.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public static IEnumerable<Type> GetKnownProxyTypes()
Return Value
Type: System.Collections.Generic.IEnumerable<Type>An IEnumerable<T> of all the existing proxy types.