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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.