ObjectContext.GetKnownProxyTypes Metoda

Definice

Vrátí všechny existující typy proxy.

public:
 static System::Collections::Generic::IEnumerable<Type ^> ^ GetKnownProxyTypes();
public static System.Collections.Generic.IEnumerable<Type> GetKnownProxyTypes();
static member GetKnownProxyTypes : unit -> seq<Type>
Public Shared Function GetKnownProxyTypes () As IEnumerable(Of Type)

Návraty

Všechny IEnumerable<T> existující typy proxy.

Poznámky

Metoda GetKnownProxyTypes se používá při povolení generování objektu proxy pro entity POCO.

Platí pro