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 オブジェクトの列挙体。