MetadataWorkspace Constructor (IEnumerable<String^>^, IEnumerable<Assembly^>^)

 

Initializes a new instance of the MetadataWorkspace class using the specified paths and assemblies.

Namespace:   System.Data.Metadata.Edm
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
Return to top
Show: