ObjectContext::GetObjectType Method (Type^)
.NET Framework (current version)
Returns the entity type of the POCO entity associated with a proxy object of a specified type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- type
-
Type:
System::Type^
The Type of the proxy object.
The GetObjectType method is used when proxy object generation is enabled for POCO entities. For more information, see Requirements for Creating POCO Proxies and Working with POCO Entities.
.NET Framework
Available since 4.0
Available since 4.0
Show: