ObjectContext.GetKnownProxyTypes Method

Definition

Returns all the existing proxy types.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
public static System.Collections.Generic.IEnumerable<Type> GetKnownProxyTypes ();
static member GetKnownProxyTypes : unit -> seq<Type>
Public Shared Function GetKnownProxyTypes () As IEnumerable(Of Type)

Returns

An IEnumerable<T> of all the existing proxy types.

Attributes

Applies to