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::CreateObject<T> Method ()
Entity Framework 6.0
Creates and returns an instance of the requested type .
Assembly: EntityFramework (in EntityFramework.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.
Show: