Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectContext::GetObjectType Method (Type^)

Entity Framework 6.0
 

Returns the entity type of the POCO entity associated with a proxy object of a specified type.

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

public:
static Type^ GetObjectType(
	Type^ type
)

Parameters

type
Type: System::Type^

The Type of the proxy object.

Return Value

Type: System::Type^

The Type of the associated POCO entity.

Return to top
Show: