ScaffoldingMetadataExtensions.Scaffolding Method
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.
C#
public static Microsoft.EntityFrameworkCore.Scaffolding.Metadata.ScaffoldingModelAnnotations Scaffolding (this Microsoft.EntityFrameworkCore.Metadata.IModel model);
static member Scaffolding : Microsoft.EntityFrameworkCore.Metadata.IModel -> Microsoft.EntityFrameworkCore.Scaffolding.Metadata.ScaffoldingModelAnnotations
<Extension()>
Public Function Scaffolding (model As IModel) As ScaffoldingModelAnnotations
Parameters
- model
- IModel
Returns
Applies to
Entity Framework Core 1.1 and Entity Framework Core 1.0
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1 |
C#
public static Microsoft.EntityFrameworkCore.Scaffolding.Metadata.ScaffoldingPropertyAnnotations Scaffolding (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member Scaffolding : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Scaffolding.Metadata.ScaffoldingPropertyAnnotations
<Extension()>
Public Function Scaffolding (property As IProperty) As ScaffoldingPropertyAnnotations
Parameters
- property
- IProperty
Returns
Applies to
Entity Framework Core 1.1 and Entity Framework Core 1.0
Product | Versions |
---|---|
Entity Framework Core | 1.0, 1.1 |
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.
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: