ObjectContext.CreateProxyTypes Method (IEnumerable<Type>)

 

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

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual void CreateProxyTypes(
	IEnumerable<Type> types
)

Parameters

types
Type: System.Collections.Generic.IEnumerable<Type>

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