ObjectContext.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 metadata workspace used by the object context.
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 object associated with this ObjectContext.
- Attributes
Remarks
The MetadataWorkspace class is a central runtime API that you can use to interact with the Entity Data Model (EDM) metadata in the context of an application.
Applies to
See also
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.