ObjectStateManager::MetadataWorkspace Property

 

Gets the MetadataWorkspace associated with this state manager.

This API is not CLS-compliant.

Namespace:   System.Data.Objects
Assembly:  System.Data.Entity (in System.Data.Entity.dll)

public:
[CLSCompliantAttribute(false)]
property MetadataWorkspace^ MetadataWorkspace {
	MetadataWorkspace^ get();
}

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
Return to top
Show: