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>
)
參數
- types
類型:System.Collections.Generic.IEnumerable<Type>
Type 物件的列舉,這些物件表示對應至概念模型的自訂資料類別。