ScaffoldingModelAnnotations Class
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.
public class ScaffoldingModelAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalModelAnnotations
type ScaffoldingModelAnnotations = class
inherit RelationalModelAnnotations
Public Class ScaffoldingModelAnnotations
Inherits RelationalModelAnnotations
- Inheritance
Constructors
ScaffoldingModelAnnotations(IModel) |
Fields
ProviderFullAnnotationNames | (Inherited from RelationalModelAnnotations) |
Properties
Annotations |
The RelationalAnnotations helper representing the IModel to annotate. (Inherited from RelationalModelAnnotations) |
DatabaseName | (Inherited from RelationalModelAnnotations) |
DefaultSchema |
The default schema to use for the model, or |
EntityTypeErrors | |
Model |
The IModel to annotate. (Inherited from RelationalModelAnnotations) |
Sequences |
All ISequences contained in the model. (Inherited from RelationalModelAnnotations) |
UseProviderMethodName |
Methods
FindSequence(String, String) |
Finds an ISequence with the given name. (Inherited from RelationalModelAnnotations) |
GetOrAddSequence(String, String) |
Either returns the existing IMutableSequence with the given name in the given schema or creates a new sequence with the given name and schema. (Inherited from RelationalModelAnnotations) |
SetDatabaseName(String) | (Inherited from RelationalModelAnnotations) |
SetDefaultSchema(String) |
Attempts to set the DefaultSchema using the semantics of the RelationalAnnotations in use. (Inherited from RelationalModelAnnotations) |
Applies to
Entity Framework