ObjectStateManager(MetadataWorkspace) Constructor
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.
Initializes a new instance of the ObjectStateManager class.
public:
ObjectStateManager(System::Data::Metadata::Edm::MetadataWorkspace ^ metadataWorkspace);
public ObjectStateManager (System.Data.Metadata.Edm.MetadataWorkspace metadataWorkspace);
[System.CLSCompliant(false)]
public ObjectStateManager (System.Data.Metadata.Edm.MetadataWorkspace metadataWorkspace);
new System.Data.Objects.ObjectStateManager : System.Data.Metadata.Edm.MetadataWorkspace -> System.Data.Objects.ObjectStateManager
[<System.CLSCompliant(false)>]
new System.Data.Objects.ObjectStateManager : System.Data.Metadata.Edm.MetadataWorkspace -> System.Data.Objects.ObjectStateManager
Public Sub New (metadataWorkspace As MetadataWorkspace)
Parameters
- metadataWorkspace
- MetadataWorkspace
The MetadataWorkspace, which supplies mapping and metadata information.
- Attributes
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.