ModelGenerationExtensionContext Constructor
Instantiates a new instance of the ModelGenerationExtensionContext() class.
Namespace: Microsoft.Data.Entity.Design.Extensibility
Assembly: Microsoft.Data.Entity.Design.Extensibility (in Microsoft.Data.Entity.Design.Extensibility.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New ModelGenerationExtensionContext()
protected ModelGenerationExtensionContext()
protected:
ModelGenerationExtensionContext()
protected function ModelGenerationExtensionContext()
Remarks
This constructor is inherited from the ExtensionContext class.
For information about extending the functionality of the ADO.NET Entity Data Model Tools, see Extending the Entity Data Model Tools and ADO.NET Entity Data Model Designer Extension Starter Kit.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelGenerationExtensionContext Class
ModelGenerationExtensionContext Members
Microsoft.Data.Entity.Design.Extensibility Namespace