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 单个类型。

适用于