ObjectContext::CreateObject<T> Method ()
.NET Framework (current version)
Creates and returns an instance of the requested type .
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Return Value
Type: TAn instance of the requested type T, or an instance of a derived type that enables T to be used with the Entity Framework. The returned object is either an instance of the requested type or an instance of a derived type that enables the requested type to be used with the Entity Framework.
Type Parameters
- T
Type of object to be returned.
The CreateObject<T> method is used with POCO custom data classes to make sure that the returned object can be managed correctly by the Entity Framework. 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: