ObjectContext.GetObjectType(Type) 메서드

정의

지정된 형식의 프록시 개체와 연결된 POCO 엔터티의 엔터티 형식을 반환합니다.

public:
 static Type ^ GetObjectType(Type ^ type);
public static Type GetObjectType(Type type);
static member GetObjectType : Type -> Type
Public Shared Function GetObjectType (type As Type) As Type

매개 변수

type
Type

Type 프록시 개체의 개체입니다.

반품

Type 연결된 POCO 엔터티의

설명

GetObjectType 메서드는 POCO 엔터티에 대해 프록시 개체 생성을 사용할 때 사용됩니다.

적용 대상