共用方式為


ObjectContext.CreateObject<T> 方法

定義

建立和傳回所要求之類型的執行個體。

public virtual T CreateObject<T> () where T : class;
abstract member CreateObject : unit -> 'T (requires 'T : null)
override this.CreateObject : unit -> 'T (requires 'T : null)
Public Overridable Function CreateObject(Of T As Class) () As T

類型參數

T

要傳回的物件型別。

傳回

T

要求之型別 T 的實例,或衍生型別的實例,可讓 T 與 Entity Framework 搭配使用。 傳回的物件是所要求型別的執行個體,或是可讓要求的型別與 Entity Framework 搭配使用的衍生型別執行個體。

適用於