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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.