ObjectContext.CreateProxyTypes(IEnumerable<Type>) メソッド

定義

指定された列挙型の各型に対して Entity Framework で使用できる同等の型を生成します。

public:
 void CreateProxyTypes(System::Collections::Generic::IEnumerable<Type ^> ^ types);
public void CreateProxyTypes(System.Collections.Generic.IEnumerable<Type> types);
member this.CreateProxyTypes : seq<Type> -> unit
Public Sub CreateProxyTypes (types As IEnumerable(Of Type))

パラメーター

types
IEnumerable<Type>

概念モデルにマップされるカスタム データ クラスを表す Type オブジェクトの列挙。

注釈

概念モデルのエンティティ型にマップされない types 列挙体の個々の型は無視されます。

適用対象