共用方式為


IDbSet<TEntity>.Create<TDerivedEntity> 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

針對此集合的類型或是衍生自此集合之類型的類型,建立實體的新執行個體。 請注意,此執行個體不會加入或附加至集合中。 如果設定基礎內容建立 Proxy 而且實體類型符合建立 Proxy 的需求,則傳回的執行個體將會是 Proxy。

命名空間:  System.Data.Entity
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Function Create(Of TDerivedEntity As {Class, TEntity}) As TDerivedEntity
'用途
Dim instance As IDbSet 
Dim returnValue As TDerivedEntity

returnValue = instance.Create()
TDerivedEntity Create<TDerivedEntity>()
where TDerivedEntity : class, TEntity
generic<typename TDerivedEntity>
where TDerivedEntity : ref class, TEntity
TDerivedEntity Create()
abstract Create : unit -> 'TDerivedEntity  when 'TDerivedEntity : not struct and 'TEntity
JScript does not support generic types and methods.

類型參數

  • TDerivedEntity
    要建立之實體的類型。

傳回值

類型:TDerivedEntity
實體執行個體,可能是 Proxy。

請參閱

參考

IDbSet<TEntity> 介面

Create 多載

System.Data.Entity 命名空間