ObjectStateManager::MetadataWorkspace Property
.NET Framework (current version)
Gets the MetadataWorkspace associated with this state manager.
This API is not CLS-compliant.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: [CLSCompliantAttribute(false)] property MetadataWorkspace^ MetadataWorkspace { MetadataWorkspace^ get(); }
Property Value
Type: System.Data.Metadata.Edm::MetadataWorkspace^The MetadataWorkspace associated with this ObjectStateManager.
The MetadataWorkspace class is a central programming interface that you can use to interact with the Entity Data Model (EDM) metadata at runtime and in the context of an application.
.NET Framework
Available since 3.5
Available since 3.5
Show: