Condividi tramite


Metodo ObjectItemCollection.LoadFromAssembly (Assembly, EdmItemCollection)

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Carica i metadati dall'assembly specificato.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Sub LoadFromAssembly ( _
    assembly As Assembly, _
    edmItemCollection As EdmItemCollection _
)
'Utilizzo
Dim instance As ObjectItemCollection 
Dim assembly As [Assembly]
Dim edmItemCollection As EdmItemCollection

instance.LoadFromAssembly(assembly, edmItemCollection)
public void LoadFromAssembly(
    Assembly assembly,
    EdmItemCollection edmItemCollection
)
public:
void LoadFromAssembly(
    Assembly^ assembly, 
    EdmItemCollection^ edmItemCollection
)
member LoadFromAssembly : 
        assembly:Assembly * 
        edmItemCollection:EdmItemCollection -> unit
public function LoadFromAssembly(
    assembly : Assembly, 
    edmItemCollection : EdmItemCollection
)

Parametri

Vedere anche

Riferimento

ObjectItemCollection Classe

Overload LoadFromAssembly

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm