ObjectContext.GetKnownProxyTypes Method ()

 

Returns all the existing proxy types.

Namespace:   System.Data.Entity.Core.Objects
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.