ModelGenerationExtensionContext.GeneratedDocument Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Represents the original .edmx file generated by the Entity Data Model Wizard.

Namespace:  Microsoft.Data.Entity.Design.Extensibility
Assembly:  Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property GeneratedDocument As XDocument 
    Get
'Usage
Dim instance As ModelGenerationExtensionContext 
Dim value As XDocument 

value = instance.GeneratedDocument
public abstract XDocument GeneratedDocument { get; }
public:
virtual property XDocument^ GeneratedDocument {
    XDocument^ get () abstract;
}
abstract GeneratedDocument : XDocument
abstract function get GeneratedDocument () : XDocument

Property Value

Type: System.Xml.Linq.XDocument
Represents the original .edmx file generated by the Entity Data Model Wizard.

See Also

Reference

ModelGenerationExtensionContext Class

Microsoft.Data.Entity.Design.Extensibility Namespace