ObjectContext.CreateObject<T> Method ()

 

Creates and returns an instance of the requested type .

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual T CreateObject<T>()
where T : class

Return Value

Type: T

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.

Type Parameters

T

Type of object to be returned.