Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ObjectContext::CreateProxyTypes Method (IEnumerable<Type^>^)

Entity Framework 6.0
 

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.

Return to top
Show: