ObjectStateManager.MetadataWorkspace Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets the MetadataWorkspace associated with this state manager.
public:
property System::Data::Metadata::Edm::MetadataWorkspace ^ MetadataWorkspace { System::Data::Metadata::Edm::MetadataWorkspace ^ get(); };
public System.Data.Metadata.Edm.MetadataWorkspace MetadataWorkspace { get; }
[System.CLSCompliant(false)]
public System.Data.Metadata.Edm.MetadataWorkspace MetadataWorkspace { get; }
member this.MetadataWorkspace : System.Data.Metadata.Edm.MetadataWorkspace
[<System.CLSCompliant(false)>]
member this.MetadataWorkspace : System.Data.Metadata.Edm.MetadataWorkspace
Public ReadOnly Property MetadataWorkspace As MetadataWorkspace
Property Value
The MetadataWorkspace associated with this ObjectStateManager.
- Attributes
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.