ObjectContext.GetObjectType(Type) Method

Definition

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

public static Type GetObjectType (Type type);
static member GetObjectType : Type -> Type

Parameters

type
Type

The Type of the proxy object.

Returns

The Type of the associated POCO entity.

Applies to