ObjectContext.CreateObject<T> Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates and returns an instance of the requested type .
public:
generic <typename T>
where T : class T CreateObject();
public T CreateObject<T>() where T : class;
member this.CreateObject : unit -> 'T (requires 'T : null)
Public Function CreateObject(Of T As Class) () As T
- T
Type of object to be returned.
An 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.
The CreateObject 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.
Product | Versions |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: