MetadataWorkspace.LoadFromAssembly Method
Loads the metadata from the given assembly.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | LoadFromAssembly(Assembly) | Loads metadata from the given assembly. |
![]() | LoadFromAssembly(Assembly, Action<String>) | Loads metadata from the given assembly. |
MetadataWorkspace.LoadFromAssembly Method (Assembly)
Loads metadata from the given assembly.
Parameters
- assembly
-
Type:
System.Reflection.Assembly
The assembly from which the metadata will be loaded.
MetadataWorkspace.LoadFromAssembly Method (Assembly, Action<String>)
Loads metadata from the given assembly.
Parameters
- assembly
-
Type:
System.Reflection.Assembly
The assembly from which the metadata will be loaded.
- logLoadMessage
-
Type:
System.Action<String>
The delegate for logging the load messages.