共用方式為


ObjectContext.CreateProxyTypes 方法

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

針對所提供之列舉中的每一個類型,產生可以與 Entity Framework 一起使用的對等類型。

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

語法

'宣告
Public Overridable Sub CreateProxyTypes ( _
    types As IEnumerable(Of Type) _
)
'用途
Dim instance As ObjectContext 
Dim types As IEnumerable(Of Type)

instance.CreateProxyTypes(types)
public virtual void CreateProxyTypes(
    IEnumerable<Type> types
)
public:
virtual void CreateProxyTypes(
    IEnumerable<Type^>^ types
)
abstract CreateProxyTypes : 
        types:IEnumerable<Type> -> unit  
override CreateProxyTypes : 
        types:IEnumerable<Type> -> unit
public function CreateProxyTypes(
    types : IEnumerable<Type>
)

參數

請參閱

參考

ObjectContext 類別

System.Data.Entity.Core.Objects 命名空間