MetadataWorkspace Constructor (IEnumerable<String^>^, IEnumerable<Assembly^>^)
.NET Framework (current version)
Initializes a new instance of the MetadataWorkspace class using the specified paths and assemblies.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public:
MetadataWorkspace(
IEnumerable<String^>^ paths,
IEnumerable<Assembly^>^ assembliesToConsider
)
Parameters
- paths
-
Type:
System.Collections.Generic::IEnumerable<String^>^
The paths to workspace metadata.
- assembliesToConsider
-
Type:
System.Collections.Generic::IEnumerable<Assembly^>^
The names of assemblies used to construct workspace.
.NET Framework
Available since 3.5
Available since 3.5
Show: