Freigeben über


ObjectContext.GetKnownProxyTypes-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt alle vorhandenen Proxytypen zurück.

Namespace:  System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Public Shared Function GetKnownProxyTypes As IEnumerable(Of Type)
'Usage
Dim returnValue As IEnumerable(Of Type)

returnValue = ObjectContext.GetKnownProxyTypes()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static IEnumerable<Type> GetKnownProxyTypes()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
public:
static IEnumerable<Type^>^ GetKnownProxyTypes()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
static member GetKnownProxyTypes : unit -> IEnumerable<Type> 
public static function GetKnownProxyTypes() : IEnumerable<Type>

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<Type>
Ein IEnumerable<T> aller vorhandenen Proxytypen.

Siehe auch

Verweis

ObjectContext Klasse

System.Data.Entity.Core.Objects-Namespace