Condividi tramite


ObjectContext.CreateProxyTypes(IEnumerable<Type>) Metodo

Definizione

Genera un tipo equivalente che può essere utilizzato con Entity Framework per ogni tipo nell'enumerazione fornita.

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))

Parametri

types
IEnumerable<Type>

Enumerazione di oggetti Type che rappresentano classi di dati personalizzate mappate al modello concettuale.

Si applica a