ObjectContext.GetKnownProxyTypes 메서드
정의
기존 프록시 형식을 모두 반환합니다.Returns all the existing proxy types.
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)
반환
모든 기존 프록시 형식의 IEnumerable<T>입니다.An IEnumerable<T> of all the existing proxy types.
설명
GetKnownProxyTypes메서드는 POCO 엔터티에 대해 프록시 개체 생성을 사용 하도록 설정할 때 사용 됩니다.The GetKnownProxyTypes method is used when proxy object generation is enabled for POCO entities. 자세한 내용은 POCO 프록시 만들기 및 Poco 엔터티 작업을 위한 요구 사항 을 참조 하세요.For more information, see Requirements for Creating POCO Proxies and Working with POCO Entities.