The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ObjectContext::MetadataWorkspace Property
Entity Framework 6.0
Gets the metadata workspace used by the object context.
Assembly: EntityFramework (in EntityFramework.dll)
public: property MetadataWorkspace^ MetadataWorkspace { virtual MetadataWorkspace^ get(); }
Property Value
Type: System.Data.Entity.Core.Metadata.Edm::MetadataWorkspace^The MetadataWorkspace object associated with this ObjectContext .
Show: