ObjectContext.CreateProxyTypes(IEnumerable<Type>) Method

Definition

Generates an equivalent type that can be used with the Entity Framework for each type in the supplied enumeration.

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

Parameters

types
IEnumerable<Type>

An enumeration of Type objects that represent custom data classes that map to the conceptual model.

Applies to