ObjectContext.CreateProxyTypes(IEnumerable<Type>) 메서드

정의

제공된 열거형의 각 형식에 대해 Entity Framework에서 사용할 수 있는 동등한 형식을 생성합니다.

public:
 void CreateProxyTypes(System::Collections::Generic::IEnumerable<Type ^> ^ types);
public void CreateProxyTypes (System.Collections.Generic.IEnumerable<Type> types);
member this.CreateProxyTypes : seq<Type> -> unit
Public Sub CreateProxyTypes (types As IEnumerable(Of Type))

매개 변수

types
IEnumerable<Type>

개념적 모델에 매핑되는 사용자 지정 데이터 클래스를 나타내는 Type 개체의 열거형입니다.

설명

개념적 모델의 엔터티 형식에 types 매핑되지 않는 열거형의 개별 형식은 무시됩니다.

자세한 내용은 POCO 프록시 만들기POCO 엔터티 작업을 위한 요구 사항을 참조하세요.

적용 대상